simonraj commited on
Commit
b7bb0b5
·
1 Parent(s): 47fe36b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def intelligent_tutor(audio_file, provide_hints=False):
33
  global conversation_history
34
 
35
  if provide_hints:
36
- hint_message = f"考虑使用 {strategy_text[current_question_index]} 策略来回答这个问题:'{questions[current_question_index]}'。" # Translated to Simplified Chinese
37
  return f"请回答这个问题:{questions[current_question_index]}", hint_message
38
 
39
  conversation = [
 
33
  global conversation_history
34
 
35
  if provide_hints:
36
+ hint_message = f"考虑使用 {strategy_text[current_question_index]} 策略来回答这个问题:'{questions[current_question_index]}'。"
37
  return f"请回答这个问题:{questions[current_question_index]}", hint_message
38
 
39
  conversation = [