Borya-Goldarb commited on
Commit
c4dc07b
·
verified ·
1 Parent(s): 3aa4bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def main():
48
  user_input = st.text_input("Enter special parameters of the building:")
49
 
50
  if st.button("Submit"):
51
- if selected_option == ""
52
  st.write("Please choose the property address")
53
  else:
54
  st.session_state['user_select_value'] = selected_option
 
48
  user_input = st.text_input("Enter special parameters of the building:")
49
 
50
  if st.button("Submit"):
51
+ if selected_option == "":
52
  st.write("Please choose the property address")
53
  else:
54
  st.session_state['user_select_value'] = selected_option