Commit ·
93d843d
1
Parent(s): dcd5411
Fixed subheader error
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from vega_datasets import data
|
|
| 13 |
|
| 14 |
st.title('Vizualization for Experts')
|
| 15 |
|
| 16 |
-
st.
|
| 17 |
|
| 18 |
st.text("*Dashboard Introduction*")
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
st.title('Vizualization for Experts')
|
| 15 |
|
| 16 |
+
st.subheader('This page will contain the entire dashboard.')
|
| 17 |
|
| 18 |
st.text("*Dashboard Introduction*")
|
| 19 |
|