CosmickVisions commited on
Commit
10b87a2
·
verified ·
1 Parent(s): beea24f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: