Update app.py
Browse files
app.py
CHANGED
@@ -12,11 +12,7 @@ import appStore.doc_processing as processing
|
|
12 |
import appStore.tapp as tapp_extraction
|
13 |
import appStore.adapmit as adapmit
|
14 |
import appStore.sector as sector
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
from PIL import Image
|
21 |
import pkg_resources
|
22 |
installed_packages = pkg_resources.working_set
|
@@ -105,8 +101,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
105 |
st.write("")
|
106 |
|
107 |
# apps to be run
|
108 |
-
apps = [processing.app, tapp_extraction.app, adapmit.app, sector.app]
|
109 |
-
# conditional.app,
|
110 |
|
111 |
multiplier_val =1/len(apps)
|
112 |
if st.button("Analyze Document"):
|
|
|
12 |
import appStore.tapp as tapp_extraction
|
13 |
import appStore.adapmit as adapmit
|
14 |
import appStore.sector as sector
|
15 |
+
import appStore.subtarget as subtarget
|
|
|
|
|
|
|
|
|
16 |
from PIL import Image
|
17 |
import pkg_resources
|
18 |
installed_packages = pkg_resources.working_set
|
|
|
101 |
st.write("")
|
102 |
|
103 |
# apps to be run
|
104 |
+
apps = [processing.app, tapp_extraction.app, adapmit.app, sector.app, subtarget.app]
|
105 |
+
# conditional.app, , category.app]
|
106 |
|
107 |
multiplier_val =1/len(apps)
|
108 |
if st.button("Analyze Document"):
|