Spaces:
Runtime error
Runtime error
justinxzhao
commited on
Commit
•
97b508e
1
Parent(s):
7994525
Add streamlit app title and icon
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import seaborn as sns
|
|
13 |
from itertools import combinations
|
14 |
|
15 |
# Set the layout to wide
|
16 |
-
st.set_page_config(layout="wide")
|
17 |
|
18 |
|
19 |
# Custom CSS to center title and header
|
|
|
13 |
from itertools import combinations
|
14 |
|
15 |
# Set the layout to wide
|
16 |
+
st.set_page_config(layout="wide", page_title="AlpacaEval Explorer", page_icon="🦙")
|
17 |
|
18 |
|
19 |
# Custom CSS to center title and header
|