fschwartzer commited on
Commit
b0f6e99
1 Parent(s): 8786994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)