danupurnomo
commited on
Commit
·
74bfae0
1
Parent(s):
9ef6f45
Change layout
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ 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 = '
|
42 |
menu_items = {
|
43 |
'About': '''
|
44 |
## FIFA 2022 Player Rating\'s Prediction
|
|
|
37 |
# STEP 3 - SET PAGE CONFIG
|
38 |
st.set_page_config(
|
39 |
page_title = 'FIFA 2022 Player Rating\'s Prediction',
|
40 |
+
layout = 'centered',
|
41 |
+
initial_sidebar_state = 'auto',
|
42 |
menu_items = {
|
43 |
'About': '''
|
44 |
## FIFA 2022 Player Rating\'s Prediction
|