Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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?")
|