naman1102 commited on
Commit
7ddbfaf
Β·
1 Parent(s): 3a19ca5

Fixed_help

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -605,12 +605,12 @@ def create_ui() -> gr.Blocks:
605
 
606
  # Global Reset and Help Buttons - visible on all tabs
607
  with gr.Row():
608
- with gr.Column(scale=3):
609
  pass
610
- with gr.Column(scale=1):
611
- help_btn = gr.Button("❓ Help", variant="secondary", size="lg")
612
- with gr.Column(scale=1):
613
- reset_all_btn = gr.Button("πŸ”„ Reset Everything", variant="stop", size="lg")
614
  with gr.Column(scale=1):
615
  pass
616
 
 
605
 
606
  # Global Reset and Help Buttons - visible on all tabs
607
  with gr.Row():
608
+ with gr.Column(scale=2):
609
  pass
610
+ with gr.Column(scale=2):
611
+ with gr.Row():
612
+ help_btn = gr.Button("❓ Help", variant="secondary", size="lg", scale=1)
613
+ reset_all_btn = gr.Button("πŸ”„ Reset Everything", variant="stop", size="lg", scale=1)
614
  with gr.Column(scale=1):
615
  pass
616