Borya-Goldarb commited on
Commit
a9f7371
·
verified ·
1 Parent(s): fa96214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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