Spaces:
Running
Running
Update app.py
Browse files
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,
|
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
|