SwatGarg commited on
Commit
94e7c0f
1 Parent(s): 9940c4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with input_container:
170
 
171
  # Display the AI's response
172
  with st.chat_message("ai"):
173
- st.markdown(llm_reponse_with_quesiton)
174
  st.session_state.user_sentiment = user_sentiment
175
  st.session_state.mood_trend = mood_trend
176
  st.session_state.mood_trend_symbol = mood_trend_symbol
 
170
 
171
  # Display the AI's response
172
  with st.chat_message("ai"):
173
+ st.markdown(response)
174
  st.session_state.user_sentiment = user_sentiment
175
  st.session_state.mood_trend = mood_trend
176
  st.session_state.mood_trend_symbol = mood_trend_symbol