diff --git a/Chatbot.py b/Chatbot.py index b6fe7ee32..41369ad28 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("🤣 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?"}]