mtyrrell commited on
Commit
ccafe23
·
1 Parent(s): 0c7e093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -207,6 +207,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
207
  st.write(country)
208
  st.write(vulnerabilities_cat)
209
 
 
 
210
 
211
 
212
 
 
207
  st.write(country)
208
  st.write(vulnerabilities_cat)
209
 
210
+ st.write(get_docs(text, country=country,vulnerability_cat=vulnerability_options))
211
+
212
 
213
 
214