mtyrrell commited on
Commit
8711c74
1 Parent(s): 78d3b40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -105,7 +105,8 @@ def run_query(input_text):
105
  st.success(output)
106
  references = get_refs(res)
107
  st.write('References')
108
- st.success(references)
 
109
 
110
  # def run_query(input_text):
111
  # docs = get_docs(input_text)
 
105
  st.success(output)
106
  references = get_refs(res)
107
  st.write('References')
108
+ st.markdown(references, unsafe_allow_html=True)
109
+
110
 
111
  # def run_query(input_text):
112
  # docs = get_docs(input_text)