Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -207,3 +207,5 @@ if prompt := st.chat_input("Hit me up with your queries!"):
|
|
| 207 |
# Add assistant response to chat history
|
| 208 |
|
| 209 |
st.session_state.messages.append({"role": "assistant", "content": full_response})
|
|
|
|
|
|
|
|
|
| 207 |
# Add assistant response to chat history
|
| 208 |
|
| 209 |
st.session_state.messages.append({"role": "assistant", "content": full_response})
|
| 210 |
+
|
| 211 |
+
|