SwatGarg commited on
Commit
c3e1c3a
1 Parent(s): 6c6b35c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -162,8 +162,7 @@ with input_container:
162
  reward = -1
163
  mood_trend_symbol = " ⬇️"
164
 
165
- print(
166
- f"mood_trend - sentiment - reward: {mood_trend} - {user_sentiment} - 🛑{reward}🛑")
167
 
168
 
169
  # Update Q-values
 
162
  reward = -1
163
  mood_trend_symbol = " ⬇️"
164
 
165
+ print(f"mood_trend - sentiment - reward: {mood_trend} - {user_sentiment} - 🛑{reward}🛑")
 
166
 
167
 
168
  # Update Q-values