MadhuV28 commited on
Commit
99184ef
1 Parent(s): b0747cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,8 +1,10 @@
1
  import streamlit as st
2
  import pandas as pd
3
  import numpy as np
 
4
  places_seen = pd.DataFrame({
5
- 'cities' : ['Madison', 'Pittsburgh', 'Dallas', 'San Francisco','Los Angeles','Orlando', 'Miami', 'Tampa Bay', 'Buffalo','Boston','Washington D.C.', 'Atlanta', 'Houston', 'Austin','San Diego','Richmond', 'Myrtle Beach', 'Milwaukee','Detroit','UIUC', 'Purdue', 'Columbus','Lancaster','Delaware', 'Cleveland', 'Louisville', 'Nashville','San Diego','Concord,new hampshire', 'Rochester', 'Santa Domingo', 'Toronto','San Juan','Las Vegas', 'Niagara Falls', 'Grand Canyon','St. John','Ongole', 'Guntur', 'Mutlur', 'Bapatla','Hyderbad','Penn State'],
 
6
  'lat' : [43.073051, 40.440624, 32.776665, 37.774929,34.0522,28.5384,25.7617,27.7634,42.8864,42.3601,38.9072,33.7490,29.7694,30.2672,32.7157,37.5407,33.6891,43.0389,42.3314,40.1020,40.4237,39.9612,40.0379],
7
 
8
  'lon' : [-89.401230, -79.995888, -96.796989, -122.419418,-118.2437,-81.3789,-80.1918,-82.5437,-78.8784,7-1.0589,-77.0369,-84.3880,-95.3698,-97.7431,-117.1611,-77.4360,-78.8867,-87.9065,-83.0458,-88.2272,-86.9212,-82.9988,-76.3055]
 
1
  import streamlit as st
2
  import pandas as pd
3
  import numpy as np
4
+
5
  places_seen = pd.DataFrame({
6
+ 'cities' : ['Madison', 'Pittsburgh', 'Dallas', 'San Francisco','Los Angeles','Orlando', 'Miami', 'Tampa Bay', 'Buffalo','Boston','Washington D.C.', 'Atlanta', 'Houston', 'Austin','San Diego','Richmond', 'Myrtle Beach', 'Milwaukee','Detroit','UIUC', 'Purdue', 'Columbus','Lancaster'],
7
+
8
  'lat' : [43.073051, 40.440624, 32.776665, 37.774929,34.0522,28.5384,25.7617,27.7634,42.8864,42.3601,38.9072,33.7490,29.7694,30.2672,32.7157,37.5407,33.6891,43.0389,42.3314,40.1020,40.4237,39.9612,40.0379],
9
 
10
  'lon' : [-89.401230, -79.995888, -96.796989, -122.419418,-118.2437,-81.3789,-80.1918,-82.5437,-78.8784,7-1.0589,-77.0369,-84.3880,-95.3698,-97.7431,-117.1611,-77.4360,-78.8867,-87.9065,-83.0458,-88.2272,-86.9212,-82.9988,-76.3055]