chansung commited on
Commit
35b696c
β€’
1 Parent(s): b080e86

Update app.py

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