Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css, title="家庭医生AI助手") as iface:
|
|
126 |
text_input = gr.Textbox(label="输入") # Create a text input box
|
127 |
with gr.Row():
|
128 |
submit_btn = gr.Button("🚀 确认") # Create a submit button
|
129 |
-
clear_btn = gr.ClearButton([output_box, image_input, text_input], value="🗑️ 清空") # Create a clear button
|
130 |
|
131 |
|
132 |
# Set up the event listeners
|
|
|
126 |
text_input = gr.Textbox(label="输入") # Create a text input box
|
127 |
with gr.Row():
|
128 |
submit_btn = gr.Button("🚀 确认") # Create a submit button
|
129 |
+
# clear_btn = gr.ClearButton([output_box, image_input, text_input], value="🗑️ 清空") # Create a clear button
|
130 |
|
131 |
|
132 |
# Set up the event listeners
|