Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def fn(run):
|
|
34 |
with gr.Blocks() as demo:
|
35 |
with gr.Column(variant="panel"):
|
36 |
with gr.Row(variant="compact"):
|
37 |
-
refresh_btn = gr.Button("Refresh").style(full_width=
|
38 |
|
39 |
with gr.Row(variant="compact"):
|
40 |
run = gr.Dropdown(list(data.keys()), interactive=True).style(container=False)
|
|
|
34 |
with gr.Blocks() as demo:
|
35 |
with gr.Column(variant="panel"):
|
36 |
with gr.Row(variant="compact"):
|
37 |
+
refresh_btn = gr.Button("Refresh").style(full_width=True)
|
38 |
|
39 |
with gr.Row(variant="compact"):
|
40 |
run = gr.Dropdown(list(data.keys()), interactive=True).style(container=False)
|