leavoigt commited on
Commit
36011ef
1 Parent(s): ed00025

Update app.py

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