tabedini commited on
Commit
94c68e9
·
verified ·
1 Parent(s): bd82431

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,7 +30,7 @@ columns_data_type = ["markdown" for i in range(len(leaderboard_df.columns))]
30
  with gr.Blocks(css=custom_css) as demo:
31
  # gr.HTML(PART_LOGO)
32
  gr.Markdown("""
33
- # Persian LLM Leaderboard
34
  """)
35
 
36
  with gr.Tab("🎖️ Persian Leaderboard"):
@@ -62,4 +62,4 @@ with gr.Blocks(css=custom_css) as demo:
62
  Please find more information about Part DP AI on [partdp.ai](https://partdp.ai)""")
63
 
64
  if __name__ == "__main__":
65
- demo.launch()
 
30
  with gr.Blocks(css=custom_css) as demo:
31
  # gr.HTML(PART_LOGO)
32
  gr.Markdown("""
33
+ # Open Persian LLM Leaderboard
34
  """)
35
 
36
  with gr.Tab("🎖️ Persian Leaderboard"):
 
62
  Please find more information about Part DP AI on [partdp.ai](https://partdp.ai)""")
63
 
64
  if __name__ == "__main__":
65
+ demo.launch()