Spaces:
Running
Running
افزایش سرعت بارگذاری
#2
by
Amir313
- opened
app.py
CHANGED
|
@@ -36,7 +36,7 @@ columns_data_type = ["markdown" for i in range(len(leaderboard_df.columns))]
|
|
| 36 |
|
| 37 |
NUM_MODELS=len(leaderboard_df)
|
| 38 |
|
| 39 |
-
with gr.Blocks(css=custom_css) as demo:
|
| 40 |
gr.Markdown("""
|
| 41 |
# Persian Text Embedding Benchmark
|
| 42 |
""")
|
|
|
|
| 36 |
|
| 37 |
NUM_MODELS=len(leaderboard_df)
|
| 38 |
|
| 39 |
+
with gr.Blocks(css=custom_css,theme=gr.themes.Default(font=["sans-serif","ui-sans-serif","system-ui"], font_mono=["monospace","ui-monospace","Consolas"])) as demo:
|
| 40 |
gr.Markdown("""
|
| 41 |
# Persian Text Embedding Benchmark
|
| 42 |
""")
|