leavoigt commited on
Commit
de8f063
1 Parent(s): b449aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,12 +58,12 @@ with st.expander("ℹ️ - About this app", expanded=False):
58
 
59
  st.write("")
60
 
61
- if 'key1' in st.session_state:
62
 
63
- if st.button("Analyze Document"):
64
- target_identifier.identify_groups()
65
 
66
- st.write(st.session_state.key1)
67
 
68
 
69
 
 
58
 
59
  st.write("")
60
 
61
+ # if 'key1' in st.session_state:
62
 
63
+ # if st.button("Analyze Document"):
64
+ # target_identifier.identify_groups()
65
 
66
+ # st.write(st.session_state.key1)
67
 
68
 
69