Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks() as demo:
|
|
22 |
output_text = gr.Text(label="R")
|
23 |
|
24 |
|
25 |
-
submit_btn = gr.Button("Run
|
26 |
|
27 |
|
28 |
gr.Interface(fn=full_function, inputs=xml_file, outputs=output_text, title=desc).launch(share=True)
|
|
|
22 |
output_text = gr.Text(label="R")
|
23 |
|
24 |
|
25 |
+
submit_btn = gr.Button("Run analysis on XML file")
|
26 |
|
27 |
|
28 |
gr.Interface(fn=full_function, inputs=xml_file, outputs=output_text, title=desc).launch(share=True)
|