heymenn commited on
Commit
2215e5c
·
verified ·
1 Parent(s): 9abbcdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -273,9 +273,9 @@ with gr.Blocks(
273
  with gr.Row(): # Use a row for better layout on wider screens
274
  with gr.Column(scale=2): # Input takes more space
275
  input_problem.render()
276
- with gr.Column(scale=1): # Button in a smaller column
277
- gr.Markdown("Click to start the analysis:"),
278
- process_button := gr.Button("Process Problem", elem_id="process_button")
279
 
280
 
281
  gr.Markdown("---") # Separator for visual clarity
 
273
  with gr.Row(): # Use a row for better layout on wider screens
274
  with gr.Column(scale=2): # Input takes more space
275
  input_problem.render()
276
+ with gr.Column(scale=1): # Button in a smaller column
277
+ gr.Markdown("Click to start the analysis:")
278
+ process_button = gr.Button("Process Problem", elem_id="process_button")
279
 
280
 
281
  gr.Markdown("---") # Separator for visual clarity