Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -104,14 +104,14 @@ with main:
|
|
104 |
gr.Markdown(ABOUT)
|
105 |
gr.Markdown(DATASET_TABLE)
|
106 |
with gr.Column():
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
|
116 |
gr.Markdown(r"""
|
117 |
If this work is useful to you, please consider citing:
|
|
|
104 |
gr.Markdown(ABOUT)
|
105 |
gr.Markdown(DATASET_TABLE)
|
106 |
with gr.Column():
|
107 |
+
with gr.Accordion("📙 Related Work", open=False):
|
108 |
+
citation_button = gr.Textbox(
|
109 |
+
label=CITATION_LABEL,
|
110 |
+
value=CITATION_CONTENT,
|
111 |
+
lines=20,
|
112 |
+
elem_id="citation-button",
|
113 |
+
show_copy_button=True,
|
114 |
+
)
|
115 |
|
116 |
gr.Markdown(r"""
|
117 |
If this work is useful to you, please consider citing:
|