Update app.py
Browse files
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 |
-
|
64 |
-
|
65 |
|
66 |
-
|
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 |
|