Update app.py
Browse files
app.py
CHANGED
|
@@ -150,8 +150,8 @@ with st.sidebar:
|
|
| 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',
|
|
|
|
| 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',
|