MaksG commited on
Commit
7fa6d71
1 Parent(s): e949ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, 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
 
 
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