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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -148,7 +148,12 @@ retriever = EmbeddingRetriever(
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',
 
148
  with st.sidebar:
149
  # Dropdown selectbox
150
  country = st.sidebar.selectbox('Select a country:', country_options)
151
+ st.markdown(
152
+ """
153
+ * *For a comparative analysis of multiple countries, select 'All Countries'*
154
+ * *Then be sure to mention the country names of interest in your query.*
155
+ """
156
+ )
157
  # choice = st.sidebar.radio(label = 'Select the Document',
158
  # help = 'You can upload the document \
159
  # or else you can try a example document',