Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ if 'key1' in st.session_state:
|
|
| 107 |
with st.sidebar:
|
| 108 |
topic = st.radio(
|
| 109 |
"Which category you want to explore?",
|
| 110 |
-
('Vulnerability')
|
| 111 |
|
| 112 |
if topic == 'Vulnerability':
|
| 113 |
target_extraction.vulnerability_display()
|
|
|
|
| 107 |
with st.sidebar:
|
| 108 |
topic = st.radio(
|
| 109 |
"Which category you want to explore?",
|
| 110 |
+
('Vulnerability'))
|
| 111 |
|
| 112 |
if topic == 'Vulnerability':
|
| 113 |
target_extraction.vulnerability_display()
|