Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ client = OpenAI(
|
|
77 |
# "[](https://codespaces.new/streamlit/llm-examples?quickstart=1)"
|
78 |
|
79 |
st.title("π¬ Chatbot")
|
80 |
-
st.caption("π A streamlit chatbot powered by
|
81 |
if 'messages' not in st.session_state:
|
82 |
st.session_state['messages'] = [] #[{"role": "assistant", "content": "How can I help you?"}]
|
83 |
|
|
|
77 |
# "[](https://codespaces.new/streamlit/llm-examples?quickstart=1)"
|
78 |
|
79 |
st.title("π¬ Chatbot")
|
80 |
+
st.caption("π A streamlit chatbot powered by Google Gemma")
|
81 |
if 'messages' not in st.session_state:
|
82 |
st.session_state['messages'] = [] #[{"role": "assistant", "content": "How can I help you?"}]
|
83 |
|