Spaces:
Sleeping
Sleeping
gr.Markdown("## 常用問題")
Browse files
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()
|