Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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
|