Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,6 +82,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
| 82 |
|
| 83 |
st.write("")
|
| 84 |
|
|
|
|
|
|
|
| 85 |
# Define the apps used
|
| 86 |
apps = [processing.app, vulnerability_analysis.app, target_analysis.app]
|
| 87 |
|
|
|
|
| 82 |
|
| 83 |
st.write("")
|
| 84 |
|
| 85 |
+
st.write(pip freeze)
|
| 86 |
+
|
| 87 |
# Define the apps used
|
| 88 |
apps = [processing.app, vulnerability_analysis.app, target_analysis.app]
|
| 89 |
|