Alejandro Cremades commited on
Commit
0b21467
·
1 Parent(s): a807ea9

Add page config to main page

Browse files
Files changed (1) hide show
  1. Middle_School_Card_Search.py +5 -0
Middle_School_Card_Search.py CHANGED
@@ -14,6 +14,11 @@ def row_to_link(x):
14
  mslist_path = "output/middleschool.csv"
15
  number_shown_results = 20
16
 
 
 
 
 
 
17
  st.write(
18
  """
19
  # Middle School Card Search
 
14
  mslist_path = "output/middleschool.csv"
15
  number_shown_results = 20
16
 
17
+ st.set_page_config(
18
+ page_title="Middle School | Card Search",
19
+ page_icon="🃏",
20
+ layout="wide",
21
+ )
22
  st.write(
23
  """
24
  # Middle School Card Search