Skip to content

Commit

Permalink
Update Chatbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cfrasca authored May 7, 2024
1 parent a7d8a5d commit 4233630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"[![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.caption("🚀 A Streamlit chatbot powered by OpenAI")
if "messages" not in st.session_state:
st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]

Expand Down

0 comments on commit 4233630

Please sign in to comment.