atlas5301 commited on
Commit
9648ca4
·
1 Parent(s): ccfe614
Files changed (1) hide show
  1. app.py +1 -1
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 Noise Leaderboard", "Long Context Leaderboard", "Benchmark Viewer"])
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]: