Skip to content

Commit

Permalink
Merge pull request #20 from sfc-gh-maliu/add-caption
Browse files Browse the repository at this point in the history
add some description to chatbot for the search
  • Loading branch information
sfc-gh-jcarroll authored Sep 13, 2023
2 parents df4e5bc + ba51b9b commit 85b3cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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")
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 85b3cf6

Please sign in to comment.