Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ def ai_assistant():
|
|
| 221 |
response = handle_ai_query(prompt)
|
| 222 |
|
| 223 |
st.session_state.chat_history.append({"role": "assistant", "content": response})
|
| 224 |
-
st.chat_message("assistant").write(response
|
| 225 |
|
| 226 |
# App Layout
|
| 227 |
with st.sidebar:
|
|
|
|
| 221 |
response = handle_ai_query(prompt)
|
| 222 |
|
| 223 |
st.session_state.chat_history.append({"role": "assistant", "content": response})
|
| 224 |
+
st.chat_message("assistant").write(response)
|
| 225 |
|
| 226 |
# App Layout
|
| 227 |
with st.sidebar:
|