Update appStore/vulnerability_analysis.py
Browse files
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 =
|
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():
|