notSoNLPnerd commited on
Commit
c72d1f8
β€’
1 Parent(s): c95b10f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.set_page_config(
10
  )
11
  left_sidebar()
12
 
13
- st.markdown("<center> <h2> Reduce Hallucinations with Retrieval Augmentation </h2> </center>", unsafe_allow_html=True)
14
 
15
  st.markdown("<center>Ask a question about the collapse of the Silicon Valley Bank (SVB).</center>", unsafe_allow_html=True)
16
 
 
10
  )
11
  left_sidebar()
12
 
13
+ st.markdown("<center> <h2> Reduce Hallucinations πŸ˜΅β€πŸ’« with Retrieval Augmentation </h2> </center>", unsafe_allow_html=True)
14
 
15
  st.markdown("<center>Ask a question about the collapse of the Silicon Valley Bank (SVB).</center>", unsafe_allow_html=True)
16