mtyrrell commited on
Commit
6d6b399
1 Parent(s): ab933e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -148,12 +148,12 @@ retriever = EmbeddingRetriever(
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',
 
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',