Spaces:
GIZ
/
Running on CPU Upgrade

leavoigt commited on
Commit
adac0c9
1 Parent(s): 95c0e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with st.expander("ℹ️ - About this app", expanded=False):
85
  """)
86
 
87
  st.write("")
88
- apps = [vulnerability_analysis.app]
89
 
90
  multiplier_val =1/len(apps)
91
  if st.button("Analyze Document"):
 
85
  """)
86
 
87
  st.write("")
88
+ apps = [processing.app, vulnerability_analysis.app]
89
 
90
  multiplier_val =1/len(apps)
91
  if st.button("Analyze Document"):