Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
|
| 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)
|