Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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():
|