Spaces:
Running
Running
Zachary Siegel
commited on
Commit
·
bc0f99c
1
Parent(s):
8fafb33
update title
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ class MyTheme(Soft):
|
|
247 |
|
248 |
my_theme = MyTheme()
|
249 |
|
250 |
-
with gr.Blocks(theme=my_theme, css='css.css', title="
|
251 |
# gr.Markdown((Path(__file__).parent / "header.md").read_text(), elem_classes=["text-large"])
|
252 |
gr.HTML("""
|
253 |
<style>
|
|
|
247 |
|
248 |
my_theme = MyTheme()
|
249 |
|
250 |
+
with gr.Blocks(theme=my_theme, css='css.css', title="CORE-Bench Leaderboard") as demo:
|
251 |
# gr.Markdown((Path(__file__).parent / "header.md").read_text(), elem_classes=["text-large"])
|
252 |
gr.HTML("""
|
253 |
<style>
|