ppsingh commited on
Commit
d49cd78
1 Parent(s): 927f30d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,7 +9,7 @@ import logging
9
  logging.getLogger().setLevel(logging.INFO)
10
  from utils.uploadAndExample import add_upload
11
  import appStore.doc_processing as processing
12
-
13
 
14
 
15
 
@@ -104,8 +104,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
104
  st.write("")
105
 
106
  # apps to be run
107
- apps = [processing.app]
108
- #, tapp_extraction.app, sector.app, adapmit.app,
109
  # conditional.app, subtarget.app, category.app]
110
 
111
  multiplier_val =1/len(apps)
 
9
  logging.getLogger().setLevel(logging.INFO)
10
  from utils.uploadAndExample import add_upload
11
  import appStore.doc_processing as processing
12
+ import appStore.target as tapp_extraction
13
 
14
 
15
 
 
104
  st.write("")
105
 
106
  # apps to be run
107
+ apps = [processing.app, tapp_extraction.app]
108
+ #, sector.app, adapmit.app,
109
  # conditional.app, subtarget.app, category.app]
110
 
111
  multiplier_val =1/len(apps)