Commit ·
dcd5411
1
Parent(s): 3c661a9
Added placeholder text to the dashbaord
Browse files
app.py
CHANGED
|
@@ -13,10 +13,18 @@ from vega_datasets import data
|
|
| 13 |
|
| 14 |
st.title('Vizualization for Experts')
|
| 15 |
|
| 16 |
-
st.subheading('This page will contain the entire dashboard')
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
'''
|
|
|
|
| 13 |
|
| 14 |
st.title('Vizualization for Experts')
|
| 15 |
|
| 16 |
+
st.subheading('This page will contain the entire dashboard.')
|
| 17 |
|
| 18 |
+
st.text("*Dashboard Introduction*")
|
| 19 |
|
| 20 |
|
| 21 |
+
st.text("*Brief description of Narrative*")
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
st.text("*World map viz here*")
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
st.text("*Interactive viz here*")
|
| 28 |
|
| 29 |
|
| 30 |
'''
|