Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,6 @@ def ShowAnimation(name, URL):
|
|
20 |
ShowAnimation("Badge1","https://assets2.lottiefiles.com/packages/lf20_jte9hafx.json")
|
21 |
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
city_name = st.text_input('Please Input your Desired City:')
|
27 |
lat = st.text_input('Please Input the Latitude:' )
|
28 |
long = st.text_input('Please Input the Longitude:' )
|
@@ -39,11 +36,3 @@ long_list.append(long)
|
|
39 |
|
40 |
|
41 |
places = pd.DataFrame({'cities:' : cities_list, 'lat:' : lat_list, 'lan:' : long_list})
|
42 |
-
if city_name != "" and lat !="" and long != "":
|
43 |
-
st.map(places)
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
20 |
ShowAnimation("Badge1","https://assets2.lottiefiles.com/packages/lf20_jte9hafx.json")
|
21 |
|
22 |
|
|
|
|
|
|
|
23 |
city_name = st.text_input('Please Input your Desired City:')
|
24 |
lat = st.text_input('Please Input the Latitude:' )
|
25 |
long = st.text_input('Please Input the Longitude:' )
|
|
|
36 |
|
37 |
|
38 |
places = pd.DataFrame({'cities:' : cities_list, 'lat:' : lat_list, 'lan:' : long_list})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|