Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -685,7 +685,7 @@ if page == "Scrape or Upload Own Docs":
|
|
685 |
with open(temp_file, "wb") as file:
|
686 |
file.write(uploaded_pdf.getvalue())
|
687 |
submit_upload_pdf = st.form_submit_button(label='Upload and Create Vector Store (Scroll down after clicking)')
|
688 |
-
st.markdown(":blue[NOTE:] After you are done creating the
|
689 |
|
690 |
|
691 |
if submit_upload_pdf:
|
@@ -713,7 +713,7 @@ 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 |
-
st.markdown(":blue[NOTE:] After you are done creating the
|
717 |
|
718 |
|
719 |
if submit_scrape_web:
|
|
|
685 |
with open(temp_file, "wb") as file:
|
686 |
file.write(uploaded_pdf.getvalue())
|
687 |
submit_upload_pdf = st.form_submit_button(label='Upload and Create Vector Store (Scroll down after clicking)')
|
688 |
+
st.markdown(":blue[NOTE:] After you are done creating the vector 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.")
|
689 |
|
690 |
|
691 |
if submit_upload_pdf:
|
|
|
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 vector 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:
|