Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pickle
|
|
7 |
|
8 |
# Set page config
|
9 |
st.set_page_config(
|
10 |
-
page_title="
|
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;'>
|
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
|