OOlajide commited on
Commit
fa5aa3d
·
1 Parent(s): 6104f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
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 Police Department between 2006 to 2016.")
8
- st.write("It uses the [NYC crime dataset](https://data.world/data-society/nyc-crime-data) from [data society's](https://data.world/data-society).")
9
 
10
  @st.experimental_memo()
11
  def load_data():
 
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 Police Department between 2006 to 2016.")
8
+ st.write("It uses the [NYC crime dataset](https://data.world/data-society/nyc-crime-data) from [data society](https://data.world/data-society).")
9
 
10
  @st.experimental_memo()
11
  def load_data():