williambr commited on
Commit
c43f2c5
·
1 Parent(s): 277aab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ df["Longitude"] = df["Longitude"].astype(float)
8
 
9
 
10
 
11
- st.title("Input a city or zip code and we will take you there!")
12
 
13
  city_name = st.text_input("Please search for a city:")
14
 
 
8
 
9
 
10
 
11
+ st.title("Input a city and I'll take you there!")
12
 
13
  city_name = st.text_input("Please search for a city:")
14