atlas5301
commited on
Commit
·
9648ca4
1
Parent(s):
ccfe614
fix tab
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(["
|
| 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(["Long Context Leaderboard", "Zero Noise Leaderboard", "Benchmark Viewer"])
|
| 13 |
|
| 14 |
# Each "with" block corresponds to a content area for that tab.
|
| 15 |
with tabs[0]:
|