Spaces:
Runtime error
Runtime error
Commit ·
daccf79
1
Parent(s): 0096d0f
Replace SVB with CYF just to try
Browse filesThere's a dependency I need to track down on something called WEBRET_API_KEY before this can work I guess
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
|
| 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:
|