SwatGarg commited on
Commit
31e3bf4
1 Parent(s): 46c168c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with input_container:
169
  chatbot.update_q_values(user_sentiment, reward, user_sentiment)
170
 
171
  # Display the AI's response
172
- with st.chat_message("ai", emoji="🤖"):
173
  st.markdown(response)
174
  st.session_state.user_sentiment = user_sentiment
175
  st.session_state.mood_trend = mood_trend
 
169
  chatbot.update_q_values(user_sentiment, reward, user_sentiment)
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