heymenn commited on
Commit
3d0bcee
·
verified ·
1 Parent(s): 8d05399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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.Box(
400
- gr.Markdown("Click to start the analysis:"),
401
- process_button := gr.Button("Process Problem", elem_id="process_button")
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:")