Adamiros commited on
Commit
c22468b
·
verified ·
1 Parent(s): 1e0ea8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -382,7 +382,7 @@ with demo:
382
  citation_button = gr.Textbox(
383
  value=CITATION_BUTTON_TEXT,
384
  label=CITATION_BUTTON_LABEL,
385
- lines=6,
386
  elem_id="citation-button",
387
  show_copy_button=True,
388
  )
 
382
  citation_button = gr.Textbox(
383
  value=CITATION_BUTTON_TEXT,
384
  label=CITATION_BUTTON_LABEL,
385
+ lines=14,
386
  elem_id="citation-button",
387
  show_copy_button=True,
388
  )