atlas5301 commited on
Commit
ea4926d
·
1 Parent(s): 48f162c
Files changed (1) hide show
  1. pages/zero_context.py +1 -1
pages/zero_context.py CHANGED
@@ -10,7 +10,7 @@ def load_data():
10
  return df
11
 
12
  def show():
13
- st.title("Zero Context Leaderboard")
14
  # Load data
15
  raw_df = load_data()
16
 
 
10
  return df
11
 
12
  def show():
13
+ st.title("Zero Noise Leaderboard")
14
  # Load data
15
  raw_df = load_data()
16