From 975bb66d071dfede073bfbf2cc186013a8dc6a49 Mon Sep 17 00:00:00 2001 From: M ZAIN ALI <107149449+mzain42401@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:25:30 +0500 Subject: [PATCH] Update Chatbot.py update --- Chatbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chatbot.py b/Chatbot.py index b6fe7ee32..4be1f181b 100644 --- a/Chatbot.py +++ b/Chatbot.py @@ -7,7 +7,7 @@ "[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.title("๐Ÿ’ฌzain Chatbot") st.caption("๐Ÿš€ A streamlit chatbot powered by OpenAI LLM") if "messages" not in st.session_state: st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]