VyLala commited on
Commit
91b11ed
·
verified ·
1 Parent(s): 16535cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks() as interface:
216
  lines=4,
217
  placeholder="e.g. DQ981467: it gives me unknown when I can in fact search it on NCBI \n DQ981467: cannot find the result in batch output when the live processing did show already processed",
218
  visible=False)
219
- submit_report_button = gr.Button("Submit", visible=False, ''elem_id="run-btn"'')
220
  status_report = gr.Markdown(visible=False)
221
 
222
  # Use gr.Markdown to add a visual space
 
216
  lines=4,
217
  placeholder="e.g. DQ981467: it gives me unknown when I can in fact search it on NCBI \n DQ981467: cannot find the result in batch output when the live processing did show already processed",
218
  visible=False)
219
+ submit_report_button = gr.Button("Submit", visible=False, elem_id="run-btn")
220
  status_report = gr.Markdown(visible=False)
221
 
222
  # Use gr.Markdown to add a visual space