williambr commited on
Commit
8459b0d
·
1 Parent(s): 0de23fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = []