SharanyaBhardwaj commited on
Commit
93d843d
·
1 Parent(s): dcd5411

Fixed subheader error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ 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
  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