Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import numpy as np
|
|
4 |
|
5 |
st.title('Plot and track your vacations')
|
6 |
city_name = st.text_input('Please Input your Desired City:')
|
7 |
-
lat = st.text_input('Please Input the Latitude'
|
8 |
-
long = st.text_input('Please Input the Longitude'
|
9 |
|
10 |
|
11 |
cities_list = []
|
|
|
4 |
|
5 |
st.title('Plot and track your vacations')
|
6 |
city_name = st.text_input('Please Input your Desired City:')
|
7 |
+
lat = st.text_input('Please Input the Latitude:' )
|
8 |
+
long = st.text_input('Please Input the Longitude:' )
|
9 |
|
10 |
|
11 |
cities_list = []
|