Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ introduction_text = """
|
|
269 |
"""
|
270 |
# with gr.Blocks(title="Sahara Leaderboard", css=custom_css) as demo:
|
271 |
# with gr.Blocks(title="Sahara Leaderboard") as demo:
|
272 |
-
with gr.Blocks(title="Sahara Benchmark Leaderboards", css=google_style_css) as demo:
|
273 |
# Use elem_classes to apply our custom CSS to this group
|
274 |
gr.HTML(new_header_html)
|
275 |
# === UPDATED BUTTONS START ===
|
|
|
269 |
"""
|
270 |
# with gr.Blocks(title="Sahara Leaderboard", css=custom_css) as demo:
|
271 |
# with gr.Blocks(title="Sahara Leaderboard") as demo:
|
272 |
+
with gr.Blocks(theme=gr.themes.Default(), title="Sahara Benchmark Leaderboards", css=google_style_css) as demo:
|
273 |
# Use elem_classes to apply our custom CSS to this group
|
274 |
gr.HTML(new_header_html)
|
275 |
# === UPDATED BUTTONS START ===
|