Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,5 +59,7 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
59 |
st.write("")
|
60 |
|
61 |
|
62 |
-
|
63 |
-
|
|
|
|
|
|
59 |
st.write("")
|
60 |
|
61 |
|
62 |
+
|
63 |
+
if st.button("Analyze Document"):
|
64 |
+
print("Analyse")
|
65 |
+
#groups_extraction.identify_groups()
|