jaelin215 commited on
Commit
ab3e284
1 Parent(s): 32cb90f

reverted to the original 3 AI tones

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ states = [
19
  "Moderately Positive",
20
  "Positive",
21
  ]
22
- actions = ["encouragement", "empathy", "spiritual", "Marcus Aurelius"]
23
 
24
  # Initialize Q-learning chatbot and mental health classifier
25
  chatbot = QLearningChatbot(states, actions)
 
19
  "Moderately Positive",
20
  "Positive",
21
  ]
22
+ actions = ["encouragement", "empathy", "spiritual"]
23
 
24
  # Initialize Q-learning chatbot and mental health classifier
25
  chatbot = QLearningChatbot(states, actions)