williambr commited on
Commit
cb0794a
1 Parent(s): 4ce0f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ 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
 
15
-
16
  try:
17
  if city_and_state_string != "":
18
 
 
12
 
13
  city_and_state_string = st.text_input("Please search for a city:")
14
 
15
+ @st.cache
16
  try:
17
  if city_and_state_string != "":
18