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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
 
3
- # Title at the top center
4
- st.title('Dashboard')
5
 
6
  # First row with three text components
7
  col1, col2, col3 = st.columns(3)
 
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
6
  col1, col2, col3 = st.columns(3)