Skip to content

Commit

Permalink
Merge pull request #47 from streamlit/sfc-gh-cfrasca-patch-1
Browse files Browse the repository at this point in the history
Small typo that has been bothering me
  • Loading branch information
sfc-gh-cfrasca authored May 7, 2024
2 parents a7d8a5d + 4233630 commit 1b31a3e
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 1b31a3e

Please sign in to comment.