Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -201,10 +201,10 @@ with demo:
|
|
201 |
howpublished = "\url{https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard}",
|
202 |
},
|
203 |
""")
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
)
|
209 |
gr.Markdown(
|
210 |
"""Last updated: September 20th, 2024 by [Sasha Luccioni](https://huggingface.co/sasha)""")
|
|
|
201 |
howpublished = "\url{https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard}",
|
202 |
},
|
203 |
""")
|
204 |
+
label=CITATION_BUTTON_LABEL,
|
205 |
+
lines=20,
|
206 |
+
elem_id="citation-button",
|
207 |
+
show_copy_button=True,
|
208 |
)
|
209 |
gr.Markdown(
|
210 |
"""Last updated: September 20th, 2024 by [Sasha Luccioni](https://huggingface.co/sasha)""")
|