leavoigt commited on
Commit
9942400
1 Parent(s): 19e9209

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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