SallyMcGrathCYF commited on
Commit
daccf79
1 Parent(s): 0096d0f

Replace SVB with CYF just to try

Browse files

There's a dependency I need to track down on something called WEBRET_API_KEY before this can work I guess

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ 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
 
17
  col_1, col_2 = st.columns([4, 2], gap="small")
18
  with col_1:
 
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 Code Your Future.</center>", unsafe_allow_html=True)
16
 
17
  col_1, col_2 = st.columns([4, 2], gap="small")
18
  with col_1: