Update app.py
Browse files
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 |
-
|
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',
|