Spaces:
Running
Running
update ui
Browse files
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=
|
| 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
|