youngtsai commited on
Commit
45b848f
1 Parent(s): 079aa3a

questions = json_response # 示例问题列表

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def generate_questions(df_string):
62
  print(json_response)
63
 
64
  # 这里需要编写代码来实现此功能
65
- questions = ["问题 1", "问题 2", "问题 3"] # 示例问题列表
66
  return questions
67
 
68
  def send_question(question, df_string_output, chat_history):
 
62
  print(json_response)
63
 
64
  # 这里需要编写代码来实现此功能
65
+ questions = json_response # 示例问题列表
66
  return questions
67
 
68
  def send_question(question, df_string_output, chat_history):