dcrey7 commited on
Commit
3160149
·
verified ·
1 Parent(s): 60104db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ import pickle
7
 
8
  # Set page config
9
  st.set_page_config(
10
- page_title="FIFA 19 Player Recommender",
11
  page_icon="⚽",
12
  layout="wide"
13
  )
@@ -121,7 +121,7 @@ def final_pred(num_of_players,b=[],c=[],d=[]):
121
  def main():
122
  # Replace st.title with custom markdown for smaller title
123
  st.markdown("""
124
- <h1 style='font-size: 24px; margin-bottom: 20px;'>FIFA 19 Player Recommender 🎮⚽</h1>
125
  """, unsafe_allow_html=True)
126
 
127
  # Create two columns - one for instructions and one for results
 
7
 
8
  # Set page config
9
  st.set_page_config(
10
+ page_title="Project Futbiz (FIFA19)",
11
  page_icon="⚽",
12
  layout="wide"
13
  )
 
121
  def main():
122
  # Replace st.title with custom markdown for smaller title
123
  st.markdown("""
124
+ <h1 style='font-size: 24px; margin-bottom: 20px;'>Project Futbiz (FIFA19) 🎮⚽</h1>
125
  """, unsafe_allow_html=True)
126
 
127
  # Create two columns - one for instructions and one for results