Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clémentine
commited on
Commit
•
5d94f6d
1
Parent(s):
d5f51f9
fix import
Browse files
app.py
CHANGED
@@ -149,16 +149,12 @@ with demo:
|
|
149 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
150 |
|
151 |
with gr.Row():
|
152 |
-
with gr.
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
).style(show_copy_button=True)
|
159 |
-
with gr.Column():
|
160 |
-
with gr.Accordion("✨ CHANGELOG", open=False):
|
161 |
-
changelog = gr.Markdown(CHANGELOG_TEXT, elem_id="changelog-text")
|
162 |
|
163 |
with gr.Tab("Results: Level 1"):
|
164 |
leaderboard_table_1 = gr.components.Dataframe(
|
|
|
149 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
150 |
|
151 |
with gr.Row():
|
152 |
+
with gr.Accordion("📙 Citation", open=False):
|
153 |
+
citation_button = gr.Textbox(
|
154 |
+
value=CITATION_BUTTON_TEXT,
|
155 |
+
label=CITATION_BUTTON_LABEL,
|
156 |
+
elem_id="citation-button",
|
157 |
+
).style(show_copy_button=True)
|
|
|
|
|
|
|
|
|
158 |
|
159 |
with gr.Tab("Results: Level 1"):
|
160 |
leaderboard_table_1 = gr.components.Dataframe(
|