Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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]}'。"
|
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 = [
|