Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|