OOlajide commited on
Commit
0911cdf
1 Parent(s): 8f281b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import pandas as pd
4
 
5
  st.set_page_config(layout="wide")
6
  st.title("Visualising New York City crime data from 2006 - 2016.")
7
- st.subheader("This is a visualisation of crimes reported to the New York City Police Department between 2006 to 2016.")
8
- st.subheader("Locations with longer columns imply higher crime reports.")
9
  st.write("Data: [NYC crime dataset](https://data.world/data-society/nyc-crime-data) from [data society](https://data.world/data-society).")
10
 
11
  @st.experimental_memo()
 
4
 
5
  st.set_page_config(layout="wide")
6
  st.title("Visualising New York City crime data from 2006 - 2016.")
7
+ st.write("This is a visualisation of crimes reported to the New York City Police Department between 2006 to 2016.")
8
+ st.write("Locations with longer columns imply higher crime reports.")
9
  st.write("Data: [NYC crime dataset](https://data.world/data-society/nyc-crime-data) from [data society](https://data.world/data-society).")
10
 
11
  @st.experimental_memo()