xdzouyd commited on
Commit
75fc198
·
1 Parent(s): 430183c

update ui

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -58,14 +58,14 @@ def create_ui():
58
 
59
  with gr.Row():
60
  # Navigation control
61
- prev_btn = gr.Button("Previous", scale=1)
62
  current_position = gr.Dropdown(
63
  choices=viewer.get_choices(),
64
  label="File Name",
65
- scale=1,
66
  allow_custom_value=True
67
  )
68
- next_btn = gr.Button("Next", scale=1)
69
 
70
  with gr.Row():
71
  # Text display area
 
58
 
59
  with gr.Row():
60
  # Navigation control
61
+ prev_btn = gr.Button("Previous", scale=1, size='lg')
62
  current_position = gr.Dropdown(
63
  choices=viewer.get_choices(),
64
  label="File Name",
65
+ scale=2,
66
  allow_custom_value=True
67
  )
68
+ next_btn = gr.Button("Next", scale=1, size='lg')
69
 
70
  with gr.Row():
71
  # Text display area