Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ def set_papers(date, title):
|
|
344 |
with gr.Blocks(css=STYLE, theme=gr.themes.Soft()) as demo:
|
345 |
gr.Markdown("# Let's explore papers with auto generated Q&As")
|
346 |
|
347 |
-
with gr.Column(elem_classes=["group"]):
|
348 |
with gr.Row():
|
349 |
date_dd = gr.Dropdown(
|
350 |
sorted_dates,
|
|
|
344 |
with gr.Blocks(css=STYLE, theme=gr.themes.Soft()) as demo:
|
345 |
gr.Markdown("# Let's explore papers with auto generated Q&As")
|
346 |
|
347 |
+
with gr.Column(elem_id="control-panel", elem_classes=["group"]):
|
348 |
with gr.Row():
|
349 |
date_dd = gr.Dropdown(
|
350 |
sorted_dates,
|