williambr commited on
Commit
cc0d439
1 Parent(s): 4554e87

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 and state I'll take you there! - Ex. Mound, MN")
12
 
13
  city_and_state_string = st.text_input("Please search for a city:")
14
 
 
8
 
9
 
10
 
11
+ st.title("Input a city and state I'll take you there! - Ex. Boston, MA")
12
 
13
  city_and_state_string = st.text_input("Please search for a city:")
14