christopher commited on
Commit
f1a992b
β€’
1 Parent(s): 58f4d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ with st.expander("🐈 About", expanded=False):
50
 
51
  if button_clicked:
52
  search_results = search_chat_noir(st.secrets["key"], search_query)
53
- st.write(search_results[0])
 
50
 
51
  if button_clicked:
52
  search_results = search_chat_noir(st.secrets["key"], search_query)
53
+ st.components.v1.html(search_results[0].snippet.html)