Spaces:
Runtime error
Runtime error
caesar-one
commited on
Commit
ยท
f5878c6
1
Parent(s):
af20151
Small improvements.
Browse files
main.py
CHANGED
@@ -240,7 +240,7 @@ def setup_basic():
|
|
240 |
st.title(title)
|
241 |
|
242 |
st.markdown(
|
243 |
-
"The Italian Open LLM Leaderboard published along with the paper
|
244 |
)
|
245 |
|
246 |
def setup_leaderboard(readme: str):
|
@@ -335,7 +335,7 @@ def setup_footer():
|
|
335 |
st.markdown(
|
336 |
"""
|
337 |
---
|
338 |
-
Made with โค๏ธ by the awesome open-source
|
339 |
"""
|
340 |
)
|
341 |
|
|
|
240 |
st.title(title)
|
241 |
|
242 |
st.markdown(
|
243 |
+
"The Italian Open LLM Leaderboard published along with the paper _DanteLLM: Let's Push Italian LLM Research Forward!_ ๐ค๐ฎ๐น๐ (LREC-COLING 2024) \n"
|
244 |
)
|
245 |
|
246 |
def setup_leaderboard(readme: str):
|
|
|
335 |
st.markdown(
|
336 |
"""
|
337 |
---
|
338 |
+
Made with โค๏ธ by the awesome open-source Italian community ๐ค๐ฎ๐น.
|
339 |
"""
|
340 |
)
|
341 |
|