atlas5301
commited on
Commit
·
22df38a
1
Parent(s):
ea4926d
fix tab label
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(
|
|
9 |
|
10 |
def main():
|
11 |
# Create tabs at the top of the page
|
12 |
-
tabs = st.tabs(["Zero
|
13 |
|
14 |
# Each "with" block corresponds to a content area for that tab.
|
15 |
with tabs[0]:
|
|
|
9 |
|
10 |
def main():
|
11 |
# Create tabs at the top of the page
|
12 |
+
tabs = st.tabs(["Zero Noise Leaderboard", "Long Context Leaderboard", "Benchmark Viewer"])
|
13 |
|
14 |
# Each "with" block corresponds to a content area for that tab.
|
15 |
with tabs[0]:
|