christopher commited on
Commit
7e016e5
β€’
1 Parent(s): 08550c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with col2:
36
  if search_query or button_clicked:
37
  search_results = search_chat_noir(st.secrets["key"], search_query)
38
  for result in search_results[:10]:
39
- st.markdown(result_string(result), unsafe_allow_html=True)
40
 
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
 
36
  if search_query or button_clicked:
37
  search_results = search_chat_noir(st.secrets["key"], search_query)
38
  for result in search_results[:10]:
39
+ st.write(result_html(result), unsafe_allow_html=True)
40
 
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(