orrinin commited on
Commit
fbb3a82
·
verified ·
1 Parent(s): d2f3b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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