youngtsai commited on
Commit
61e0e54
1 Parent(s): 9d0ff0e

gr.Markdown("## 常用問題")

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,7 +61,7 @@ def generate_questions(df_string):
61
  print("=====json_response=====")
62
  print(questions)
63
  print("=====json_response=====")
64
-
65
  return questions
66
 
67
  def send_question(question, df_string_output, chat_history):
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
  df_string_output = gr.Textbox(label="raw data")
124
 
125
  with gr.Group():
126
- gr.Markdown("## 常用问题")
127
  btn_1 = gr.Button()
128
  btn_2 = gr.Button()
129
  btn_3 = gr.Button()
 
61
  print("=====json_response=====")
62
  print(questions)
63
  print("=====json_response=====")
64
+
65
  return questions
66
 
67
  def send_question(question, df_string_output, chat_history):
 
123
  df_string_output = gr.Textbox(label="raw data")
124
 
125
  with gr.Group():
126
+ gr.Markdown("## 常用問題")
127
  btn_1 = gr.Button()
128
  btn_2 = gr.Button()
129
  btn_3 = gr.Button()