Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
|
|
|
|
|
|
| 2 |
def main():
|
| 3 |
-
set_session_state()
|
| 4 |
def display_list_and_input():
|
| 5 |
option_choice = st.selectbox("Select a property address", df_options)
|
| 6 |
return option_choice
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
|
| 3 |
+
|
| 4 |
def main():
|
|
|
|
| 5 |
def display_list_and_input():
|
| 6 |
option_choice = st.selectbox("Select a property address", df_options)
|
| 7 |
return option_choice
|