mtyrrell commited on
Commit
d7e50c8
1 Parent(s): 1012553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('*References are based on automatically extracted text 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
 
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