leavoigt commited on
Commit
0cf000a
·
1 Parent(s): 4fbfa6e

Update app.py

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