Spaces:
Sleeping
Sleeping
Removed End Date
Browse files
app.py
CHANGED
|
@@ -417,7 +417,7 @@ with gr.Blocks() as app:
|
|
| 417 |
query = gr.Textbox(label="Search Query (optional)")
|
| 418 |
meeting_type = gr.Dropdown(label="Meeting Type (optional)", choices=meeting_types, multiselect=True)
|
| 419 |
start_date = gr.DateTime(label="Start Date (optional)", include_time=False, info="Enter Date in YYYY-MM-DD Format")
|
| 420 |
-
end_date = gr.DateTime(label="End Date (optional)", include_time=False, info="Enter Date in YYYY-MM-DD Format"
|
| 421 |
|
| 422 |
search_btn = gr.Button("Search")
|
| 423 |
|
|
|
|
| 417 |
query = gr.Textbox(label="Search Query (optional)")
|
| 418 |
meeting_type = gr.Dropdown(label="Meeting Type (optional)", choices=meeting_types, multiselect=True)
|
| 419 |
start_date = gr.DateTime(label="Start Date (optional)", include_time=False, info="Enter Date in YYYY-MM-DD Format")
|
| 420 |
+
end_date = gr.DateTime(label="End Date (optional)", include_time=False, info="Enter Date in YYYY-MM-DD Format")
|
| 421 |
|
| 422 |
search_btn = gr.Button("Search")
|
| 423 |
|