IanYeo commited on
Commit
60bef38
·
1 Parent(s): 738b8e4

change lower value

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ def random_response(
89
  question = {
90
  'message': message[-1]['content'],
91
  'history': history_list,
92
- 'answer': answer.lower(),
93
- 'difficulty': option,
94
  'gameSelection': game_selection,
95
  }
96
 
 
89
  question = {
90
  'message': message[-1]['content'],
91
  'history': history_list,
92
+ 'answer': answer,
93
+ 'difficulty': option.lower(),
94
  'gameSelection': game_selection,
95
  }
96