Commit
Β·
82ca097
1
Parent(s):
4b44062
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ if search_query or button_clicked:
|
|
34 |
search_results = search_chat_noir(st.secrets["key"], search_query)
|
35 |
for result in search_results[:10]:
|
36 |
st.markdown(result_string(result), unsafe_allow_html=True)
|
37 |
-
st.markdown('---')
|
38 |
|
39 |
with st.expander("π About", expanded=False):
|
40 |
st.markdown(
|
|
|
34 |
search_results = search_chat_noir(st.secrets["key"], search_query)
|
35 |
for result in search_results[:10]:
|
36 |
st.markdown(result_string(result), unsafe_allow_html=True)
|
|
|
37 |
|
38 |
with st.expander("π About", expanded=False):
|
39 |
st.markdown(
|