Truong-Phuc Nguyen
commited on
Commit
•
64d29a6
1
Parent(s):
b61bb2b
Update pages/User manual.py
Browse files- pages/User manual.py +1 -1
pages/User manual.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
-
st.set_page_config(layout='wide')
|
5 |
st.markdown("<h1 style='text-align: center;'>User manual</h1>", unsafe_allow_html=True)
|
6 |
|
7 |
st.write()
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
+
st.set_page_config(layout='wide', initial_sidebar_state="collapsed")
|
5 |
st.markdown("<h1 style='text-align: center;'>User manual</h1>", unsafe_allow_html=True)
|
6 |
|
7 |
st.write()
|