danupurnomo
commited on
Commit
·
a2ac9ac
1
Parent(s):
83446f0
Config the opener
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with open(encoder_filepath, "rb") as filename:
|
|
37 |
# STEP 3 - SET PAGE CONFIG
|
38 |
st.set_page_config(
|
39 |
page_title = 'FIFA 2022 Player Rating\'s Prediction',
|
40 |
-
layout = '
|
41 |
initial_sidebar_state = 'auto',
|
42 |
menu_items = {
|
43 |
'About': '''
|
@@ -78,7 +78,7 @@ text_title = '<h1 style="font-family:sans-serif; color:#cbd5e7; text-align:cente
|
|
78 |
st.markdown(text_title, unsafe_allow_html=True)
|
79 |
|
80 |
## STEP 5.2 - SET OPENER
|
81 |
-
gif0 = '<div style="width:1080px"><iframe allow="fullscreen" align="center" frameBorder="0" height="
|
82 |
st.markdown(gif0, unsafe_allow_html=True)
|
83 |
|
84 |
# STEP 6 - SET PARAMETERS
|
|
|
37 |
# STEP 3 - SET PAGE CONFIG
|
38 |
st.set_page_config(
|
39 |
page_title = 'FIFA 2022 Player Rating\'s Prediction',
|
40 |
+
layout = 'wide',
|
41 |
initial_sidebar_state = 'auto',
|
42 |
menu_items = {
|
43 |
'About': '''
|
|
|
78 |
st.markdown(text_title, unsafe_allow_html=True)
|
79 |
|
80 |
## STEP 5.2 - SET OPENER
|
81 |
+
gif0 = '<div style="width:1080px"><iframe allow="fullscreen" align="center" frameBorder="0" height="720" src="https://giphy.com/embed/ICE7YmNTU9MatWIgxi/video" width="100%"></iframe></div>'
|
82 |
st.markdown(gif0, unsafe_allow_html=True)
|
83 |
|
84 |
# STEP 6 - SET PARAMETERS
|