Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,7 @@ def build_demo(original_df,Small_original_df, TYPES):
|
|
89 |
with gr.Accordion("📙 Citation", open=False):
|
90 |
gr.Textbox(
|
91 |
value=CITATION_TEXT, lines=18,
|
92 |
-
label="",
|
93 |
-
elem_id="citation-button",
|
94 |
show_copy_button=True)
|
95 |
|
96 |
return demo
|
|
|
89 |
with gr.Accordion("📙 Citation", open=False):
|
90 |
gr.Textbox(
|
91 |
value=CITATION_TEXT, lines=18,
|
92 |
+
label="",elem_id="citation-button",
|
|
|
93 |
show_copy_button=True)
|
94 |
|
95 |
return demo
|