Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
|
|
| 101 |
with gr.Tab("File extraction"):
|
| 102 |
gr.Markdown(" Put either just a link, or a link and an excel file with an 'Actions' column")
|
| 103 |
with gr.Row():
|
| 104 |
-
dd_url = gr.Dropdown(label="(e.g. https://www.3gpp.org/ftp/TSG_SA/WG1_Serv/TSGS1_105_Athens/Docs)", multiselect=False,
|
| 105 |
btn_search = gr.Button("Search")
|
| 106 |
with gr.Accordion("Filter by file status", open=False):
|
| 107 |
with gr.Row():
|
|
|
|
| 101 |
with gr.Tab("File extraction"):
|
| 102 |
gr.Markdown(" Put either just a link, or a link and an excel file with an 'Actions' column")
|
| 103 |
with gr.Row():
|
| 104 |
+
dd_url = gr.Dropdown(label="(e.g. https://www.3gpp.org/ftp/TSG_SA/WG1_Serv/TSGS1_105_Athens/Docs)", multiselect=False, value="https://www.3gpp.org/ftp/", allow_custom_value=True, scale=9)
|
| 105 |
btn_search = gr.Button("Search")
|
| 106 |
with gr.Accordion("Filter by file status", open=False):
|
| 107 |
with gr.Row():
|