Skip to content

Commit 4233630

Browse files
Update Chatbot.py
1 parent a7d8a5d commit 4233630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Chatbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/streamlit/llm-examples?quickstart=1)"
99

1010
st.title("💬 Chatbot")
11-
st.caption("🚀 A streamlit chatbot powered by OpenAI LLM")
11+
st.caption("🚀 A Streamlit chatbot powered by OpenAI")
1212
if "messages" not in st.session_state:
1313
st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]
1414

0 commit comments

Comments
 (0)