Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
|
|
| 105 |
btn_search = gr.Button("Search")
|
| 106 |
with gr.Accordion("Filter by file status", open=False):
|
| 107 |
with gr.Row():
|
| 108 |
-
dd_status = gr.Dropdown(label="Status to look for (Optional)", allow_custom_value=
|
| 109 |
btn_search_status = gr.Button("Search for status", scale=2)
|
| 110 |
btn_extract = gr.Button("Extract excel from URL")
|
| 111 |
|
|
|
|
| 105 |
btn_search = gr.Button("Search")
|
| 106 |
with gr.Accordion("Filter by file status", open=False):
|
| 107 |
with gr.Row():
|
| 108 |
+
dd_status = gr.Dropdown(label="Status to look for (Optional)", allow_custom_value=False, multiselect=True, scale=7)
|
| 109 |
btn_search_status = gr.Button("Search for status", scale=2)
|
| 110 |
btn_extract = gr.Button("Extract excel from URL")
|
| 111 |
|