atlas5301
commited on
Commit
·
ea4926d
1
Parent(s):
48f162c
fix title
Browse files- 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
|
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 |
|