Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import appStore.doc_processing as processing
|
2 |
-
import appStore.
|
3 |
from utils.uploadAndExample import add_upload
|
4 |
import streamlit as st
|
5 |
|
@@ -58,12 +58,6 @@ 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 |
|
|
|
|
|
|
1 |
import appStore.doc_processing as processing
|
2 |
+
import appStore.groups as groups_extraction
|
3 |
from utils.uploadAndExample import add_upload
|
4 |
import streamlit as st
|
5 |
|
|
|
58 |
|
59 |
st.write("")
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
+
if st.button("Analyze Document"):
|
63 |
+
group_extraction.identify_groups()
|