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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ try:
40
  st.write(city_name, "is located at: ", lat, ",", lon)
41
  st.write("The zip code is: ", zipCode)
42
  st.write("Would you like to save this location?")
43
- if st.button("Save")
44
  st.write("Saved!")
45
  except:
46
  st.write("Did you misspell something?")
 
40
  st.write(city_name, "is located at: ", lat, ",", lon)
41
  st.write("The zip code is: ", zipCode)
42
  st.write("Would you like to save this location?")
43
+ if st.button("Save"):
44
  st.write("Saved!")
45
  except:
46
  st.write("Did you misspell something?")