vilarin commited on
Commit
20a01bf
·
verified ·
1 Parent(s): 4893c03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(theme='shivi/calm_seafoam', css=css, title="诊疗助手Alpha") a
111
  clear_btn = gr.ClearButton(output_box, value="🗑️ Clear") # Create a clear button
112
 
113
  # Set up the event listeners
114
- submit_btn.click(main, inputs=[apiKey, text_input, image_input, unit], outputs=output_box)
115
 
116
  gr.Markdown(LICENSE)
117
 
 
111
  clear_btn = gr.ClearButton(output_box, value="🗑️ Clear") # Create a clear button
112
 
113
  # Set up the event listeners
114
+ submit_btn.click(main, inputs=[api_key, text_input, image_input, unit], outputs=output_box)
115
 
116
  gr.Markdown(LICENSE)
117