justinxzhao commited on
Commit
97b508e
1 Parent(s): 7994525

Add streamlit app title and icon

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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