leavoigt commited on
Commit
a3bf681
1 Parent(s): f05f314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -59,5 +59,7 @@ with st.expander("ℹ️ - About this app", expanded=False):
59
  st.write("")
60
 
61
 
62
- if st.button("Analyze Document"):
63
- groups_extraction.identify_groups()
 
 
 
59
  st.write("")
60
 
61
 
62
+
63
+ if st.button("Analyze Document"):
64
+ print("Analyse")
65
+ #groups_extraction.identify_groups()