mtyrrell commited on
Commit
7025a94
1 Parent(s): e5f6885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,7 +147,8 @@ retriever = EmbeddingRetriever(
147
 
148
  with st.sidebar:
149
  # Dropdown selectbox
150
- country = st.sidebar.selectbox('Select a country:', country_options)
 
151
  # choice = st.sidebar.radio(label = 'Select the Document',
152
  # help = 'You can upload the document \
153
  # or else you can try a example document',
 
147
 
148
  with st.sidebar:
149
  # Dropdown selectbox
150
+ country = st.sidebar.selectbox('Select a country:', country_options)
151
+ st.markdown("For a comparative analysis of multiple countries, select *'All Countries'* and then be sure to mention the names of both countries in your query")
152
  # choice = st.sidebar.radio(label = 'Select the Document',
153
  # help = 'You can upload the document \
154
  # or else you can try a example document',