Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -396,10 +396,9 @@ with gr.Blocks(
|
|
| 396 |
with gr.Column(scale=2):
|
| 397 |
input_problem.render()
|
| 398 |
with gr.Column(scale=1):
|
| 399 |
-
gr.
|
| 400 |
-
|
| 401 |
-
|
| 402 |
-
)
|
| 403 |
|
| 404 |
gr.Markdown("---")
|
| 405 |
gr.Markdown("### Processing Steps & Results:")
|
|
|
|
| 396 |
with gr.Column(scale=2):
|
| 397 |
input_problem.render()
|
| 398 |
with gr.Column(scale=1):
|
| 399 |
+
gr.Markdown("Click to start the analysis:"),
|
| 400 |
+
process_button = gr.Button("Process Problem", elem_id="process_button")
|
| 401 |
+
|
|
|
|
| 402 |
|
| 403 |
gr.Markdown("---")
|
| 404 |
gr.Markdown("### Processing Steps & Results:")
|