Commit
·
f1a992b
1
Parent(s):
58f4d67
Update app.py
Browse files
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.
|
|
|
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)
|