danupurnomo
commited on
Commit
·
8aa0c0b
1
Parent(s):
0b43bf0
Finalization background color
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ st.markdown(
|
|
63 |
f"""
|
64 |
<style>
|
65 |
.stApp {{
|
66 |
-
background-color: #
|
67 |
}}
|
68 |
|
69 |
</style>
|
@@ -93,7 +93,7 @@ st.markdown(
|
|
93 |
|
94 |
# STEP 5 - SET TITLE AND OPENER
|
95 |
## STEP 5.1 - SET TITLE
|
96 |
-
text_title = '<h1 style="font-family:sans-serif; color:#
|
97 |
st.markdown(text_title, unsafe_allow_html=True)
|
98 |
|
99 |
## STEP 5.2 - SET OPENER
|
|
|
63 |
f"""
|
64 |
<style>
|
65 |
.stApp {{
|
66 |
+
background-color: #dbe8ff;
|
67 |
}}
|
68 |
|
69 |
</style>
|
|
|
93 |
|
94 |
# STEP 5 - SET TITLE AND OPENER
|
95 |
## STEP 5.1 - SET TITLE
|
96 |
+
text_title = '<h1 style="font-family:sans-serif; color:#051d69; text-align:center;">FIFA 2022 Player\'s Rating Predictions</h1>'
|
97 |
st.markdown(text_title, unsafe_allow_html=True)
|
98 |
|
99 |
## STEP 5.2 - SET OPENER
|