mtyrrell commited on
Commit
7a50275
·
1 Parent(s): efe17b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with st.sidebar:
157
  * *Then be sure to mention the country names of interest in your query*
158
  """
159
  )
160
- class = st.sidebar.selectbox('Select a vulnerabilities category:', class_options)
161
  # choice = st.sidebar.radio(label = 'Select the Document',
162
  # help = 'You can upload the document \
163
  # or else you can try a example document',
 
157
  * *Then be sure to mention the country names of interest in your query*
158
  """
159
  )
160
+ vulnerabilities_cat = st.sidebar.selectbox('Select a vulnerabilities category:', class_options)
161
  # choice = st.sidebar.radio(label = 'Select the Document',
162
  # help = 'You can upload the document \
163
  # or else you can try a example document',