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

added Marcus Aurelius to AI tone

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"]
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", "Marcus Aurelius"]
23
 
24
  # Initialize Q-learning chatbot and mental health classifier
25
  chatbot = QLearningChatbot(states, actions)