Spaces:
Running
Running
update citation lines
Browse files
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=
|
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)
|