Spaces:
Runtime error
Runtime error
eljanmahammadli
commited on
Commit
·
2f160d9
1
Parent(s):
03fd59b
update
Browse files
app.py
CHANGED
@@ -594,7 +594,7 @@ def create_interface():
|
|
594 |
gr.Markdown("# Search Options", elem_classes="text-center text-3xl mb-6")
|
595 |
with gr.Row():
|
596 |
google_search_check = gr.Checkbox(label="Enable Google Search For Recent Sources", value=True)
|
597 |
-
with gr.Group(visible=
|
598 |
with gr.Row():
|
599 |
month_from = gr.Dropdown(
|
600 |
choices=months,
|
|
|
594 |
gr.Markdown("# Search Options", elem_classes="text-center text-3xl mb-6")
|
595 |
with gr.Row():
|
596 |
google_search_check = gr.Checkbox(label="Enable Google Search For Recent Sources", value=True)
|
597 |
+
with gr.Group(visible=True) as search_options:
|
598 |
with gr.Row():
|
599 |
month_from = gr.Dropdown(
|
600 |
choices=months,
|