[Update]remove addition and adjust number of lines
Browse files
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=
|
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 |
)
|