XPMaster commited on
Commit
f8d3386
·
1 Parent(s): a6dd0e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
 
 
3
  st.markdown("<h1 style='text-align: center;'>Dashboard</h1>", unsafe_allow_html=True)
4
 
5
  # First row with three text components
 
1
  import streamlit as st
2
 
3
+ st.set_page_config(layout="wide")
4
  st.markdown("<h1 style='text-align: center;'>Dashboard</h1>", unsafe_allow_html=True)
5
 
6
  # First row with three text components