From f1d56de5b054f1f6d83ed3e48c86b8efe8a83ead Mon Sep 17 00:00:00 2001 From: Syed Minhaj Muhammad Saleh <154675007+Minhajsaleh@users.noreply.github.com> Date: Sun, 3 Mar 2024 16:30:57 +0500 Subject: [PATCH] Update Chatbot.py --- Chatbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chatbot.py b/Chatbot.py index b6fe7ee32..0d18c1c83 100644 --- a/Chatbot.py +++ b/Chatbot.py @@ -7,8 +7,8 @@ "[View the source code](https://github.com/streamlit/llm-examples/blob/main/Chatbot.py)" "[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/streamlit/llm-examples?quickstart=1)" -st.title("💬 Chatbot") -st.caption("🚀 A streamlit chatbot powered by OpenAI LLM") +st.title("💬 Chat With Jemini") +st.caption("🚀 A Jemini chatbot powered by OpenAI LLM") if "messages" not in st.session_state: st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]