Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ if city:
|
|
| 60 |
|
| 61 |
st.header("Point of Interest in "+city)
|
| 62 |
st.markdown("The following data represents the Point of Interest Data of "+city)
|
| 63 |
-
st.dataframe(df,width=1000,height=500
|
| 64 |
x=cluster_models(df)
|
| 65 |
with st.expander("How it works?"):
|
| 66 |
st.success("""A city from user is taken, whose data is fetched from Open Street Map (OSM),
|
|
|
|
| 60 |
|
| 61 |
st.header("Point of Interest in "+city)
|
| 62 |
st.markdown("The following data represents the Point of Interest Data of "+city)
|
| 63 |
+
st.dataframe(df,width=1000,height=500)
|
| 64 |
x=cluster_models(df)
|
| 65 |
with st.expander("How it works?"):
|
| 66 |
st.success("""A city from user is taken, whose data is fetched from Open Street Map (OSM),
|