caesar-one commited on
Commit
f5878c6
ยท
1 Parent(s): af20151

Small improvements.

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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 DanteLLM: Let's Push Italian LLM Research Forward! ๐ŸคŒ๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ† (LREC-COLING 2024) \n"
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 italian community ๐ŸคŒ๐Ÿ‡ฎ๐Ÿ‡น.
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