Sowmya15 commited on
Commit
58d9a92
·
1 Parent(s): 6ef84a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,use_container_width=True)
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),