Blanca commited on
Commit
64771ae
·
verified ·
1 Parent(s): 0f01ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -422,15 +422,15 @@ with demo:
422
  )
423
 
424
  with gr.Row():
425
- with gr.Accordion("📙 Citation", open=True):
426
- citation_button = gr.Textbox(
427
- value=CITATION_BUTTON_TEXT,
428
- label=CITATION_BUTTON_LABEL,
429
- elem_id="citation-button",
430
- lines=8,
431
- max_lines=10,
432
- show_copy_button=True,
433
- )
434
 
435
 
436
  scheduler = BackgroundScheduler()
 
422
  )
423
 
424
  with gr.Row():
425
+ with gr.Accordion("📙 Citation", open=True):
426
+ citation_button = gr.Textbox(
427
+ value=CITATION_BUTTON_TEXT,
428
+ label=CITATION_BUTTON_LABEL,
429
+ elem_id="citation-button",
430
+ lines=8,
431
+ max_lines=10,
432
+ show_copy_button=True,
433
+ )
434
 
435
 
436
  scheduler = BackgroundScheduler()