leavoigt commited on
Commit
af776d5
1 Parent(s): 90dfa08

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +1 -1
appStore/vulnerability_analysis.py CHANGED
@@ -77,7 +77,7 @@ def app():
77
 
78
 
79
  # Store df in session state with key1
80
- st.session_state.key1 = df
81
 
82
 
83
  def vulnerability_display():
 
77
 
78
 
79
  # Store df in session state with key1
80
+ st.session_state.key1 = df_filtered
81
 
82
 
83
  def vulnerability_display():