leavoigt commited on
Commit
8541d11
1 Parent(s): efafdfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ if 'key0' in st.session_state:
99
  with st.sidebar:
100
  topic = st.radio(
101
  "Which category you want to explore?",
102
- ('Vulnerability'))
103
 
104
  if topic == 'Vulnerability':
105
  vulnerability_analysis.vulnerability_display()
 
99
  with st.sidebar:
100
  topic = st.radio(
101
  "Which category you want to explore?",
102
+ (['Vulnerability']))
103
 
104
  if topic == 'Vulnerability':
105
  vulnerability_analysis.vulnerability_display()