Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.write("This is a visualisation of crimes reported to the New York Police Department between 2006 to 2016.")
|
8 |
-
st.write("
|
9 |
|
10 |
@st.experimental_memo()
|
11 |
def load_data():
|
|
|
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("Data: [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():
|