Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def run_query(input_text, country):
|
|
106 |
st.success(output)
|
107 |
references = get_refs(res)
|
108 |
st.write('References')
|
109 |
-
st.markdown('
|
110 |
st.markdown(references, unsafe_allow_html=True)
|
111 |
|
112 |
# Setup retriever, pulling from local faiss datastore
|
|
|
106 |
st.success(output)
|
107 |
references = get_refs(res)
|
108 |
st.write('References')
|
109 |
+
st.markdown('References are based on text automatically extracted from climate policy documents. These extracts may contain non-legible characters or disjointed text as an artifact of the extraction procedure')
|
110 |
st.markdown(references, unsafe_allow_html=True)
|
111 |
|
112 |
# Setup retriever, pulling from local faiss datastore
|