yuchenlin commited on
Commit
e037cf4
β€’
1 Parent(s): 0c2c013

update citation lines

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def build_demo(original_df, TYPES):
87
  with gr.Row():
88
  with gr.Accordion("πŸ“™ Citation", open=False):
89
  gr.Textbox(
90
- value=CITATION_TEXT, lines=30,
91
  label="Copy the BibTeX to cite URIAL and MT-Bench",
92
  elem_id="citation-button",
93
  show_copy_button=True)
 
87
  with gr.Row():
88
  with gr.Accordion("πŸ“™ Citation", open=False):
89
  gr.Textbox(
90
+ value=CITATION_TEXT, lines=18,
91
  label="Copy the BibTeX to cite URIAL and MT-Bench",
92
  elem_id="citation-button",
93
  show_copy_button=True)