Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"):
|