xinchen9 commited on
Commit
5a0cd4b
·
verified ·
1 Parent(s): 3b56755

[Update]remove addition and adjust number of lines

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ with demo:
417
  citation_button = gr.Textbox(
418
  value=CITATION_BUTTON_TEXT,
419
  label=CITATION_BUTTON_LABEL,
420
- lines=10,
421
  elem_id="citation-button",
422
  show_copy_button=True,
423
  )
 
417
  citation_button = gr.Textbox(
418
  value=CITATION_BUTTON_TEXT,
419
  label=CITATION_BUTTON_LABEL,
420
+ lines=8,
421
  elem_id="citation-button",
422
  show_copy_button=True,
423
  )