Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -476,7 +476,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
476 |
)
|
477 |
|
478 |
with gr.Row(visible=True):
|
479 |
-
filter_selection = gr.
|
480 |
show_label=True,
|
481 |
container=True,
|
482 |
interactive=True,
|
|
|
476 |
)
|
477 |
|
478 |
with gr.Row(visible=True):
|
479 |
+
filter_selection = gr.Dropdown(
|
480 |
show_label=True,
|
481 |
container=True,
|
482 |
interactive=True,
|