Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def launch_bot():
|
|
60 |
with st.sidebar:
|
61 |
image = Image.open('Vectara-logo.png')
|
62 |
st.image(image, width=175)
|
63 |
-
st.markdown(f"##
|
64 |
f"This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}\n\n")
|
65 |
|
66 |
st.markdown("---")
|
|
|
60 |
with st.sidebar:
|
61 |
image = Image.open('Vectara-logo.png')
|
62 |
st.image(image, width=175)
|
63 |
+
st.markdown(f"## About\n\n"
|
64 |
f"This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}\n\n")
|
65 |
|
66 |
st.markdown("---")
|