Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,9 @@ st.markdown(
|
|
48 |
unsafe_allow_html=True
|
49 |
)
|
50 |
|
|
|
|
|
|
|
51 |
with st.sidebar:
|
52 |
st.image(image1, use_column_width=True)
|
53 |
st.markdown(title_html, unsafe_allow_html=True)
|
|
|
48 |
unsafe_allow_html=True
|
49 |
)
|
50 |
|
51 |
+
# Set wide mode
|
52 |
+
st.set_page_config(layout="wide")
|
53 |
+
|
54 |
with st.sidebar:
|
55 |
st.image(image1, use_column_width=True)
|
56 |
st.markdown(title_html, unsafe_allow_html=True)
|