Commit
Β·
7e016e5
1
Parent(s):
08550c9
Update app.py
Browse files
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.
|
| 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(
|