Borya-Goldarb commited on
Commit
7b85cda
·
verified ·
1 Parent(s): c4dc07b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main():
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
55
  st.session_state['year_buit'] = 1990
 
49
 
50
  if st.button("Submit"):
51
  if selected_option == "":
52
+ st.write(":red[OnPlease choose the property address]")
53
  else:
54
  st.session_state['user_select_value'] = selected_option
55
  st.session_state['year_buit'] = 1990