christopher commited on
Commit
82ca097
β€’
1 Parent(s): 4b44062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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(