Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -713,6 +713,8 @@ if page == "Scrape or Upload Own Docs":
|
|
713 |
value = f"{country_scrape_upload} sustainability esg newest updated public policy document government",
|
714 |
)
|
715 |
submit_scrape_web = st.form_submit_button(label='Scrape Web for Results and Create Vector Store (Scroll down after clicking)')
|
|
|
|
|
716 |
|
717 |
if submit_scrape_web:
|
718 |
with st.spinner('Scraping web using Duck Duck Go search...'):
|
|
|
713 |
value = f"{country_scrape_upload} sustainability esg newest updated public policy document government",
|
714 |
)
|
715 |
submit_scrape_web = st.form_submit_button(label='Scrape Web for Results and Create Vector Store (Scroll down after clicking)')
|
716 |
+
st.markdown(":blue[NOTE:] After you are done creating the vectore store, the country will appear under :blue[Countries to Override in the 'Document Config'] section of the left sidebar. Select the country to override it.")
|
717 |
+
|
718 |
|
719 |
if submit_scrape_web:
|
720 |
with st.spinner('Scraping web using Duck Duck Go search...'):
|