Nathan Habib commited on
Commit
67109fc
1 Parent(s): 042ea78

fix accordion for citation

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -569,6 +569,7 @@ with demo:
569
  citation_button = gr.Textbox(
570
  value=CITATION_BUTTON_TEXT,
571
  label=CITATION_BUTTON_LABEL,
 
572
  elem_id="citation-button",
573
  ).style(show_copy_button=True)
574
 
 
569
  citation_button = gr.Textbox(
570
  value=CITATION_BUTTON_TEXT,
571
  label=CITATION_BUTTON_LABEL,
572
+ lines=20,
573
  elem_id="citation-button",
574
  ).style(show_copy_button=True)
575