Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def launch_bot():
|
|
34 |
with st.sidebar:
|
35 |
image = Image.open('Vectara-logo.png')
|
36 |
st.markdown(f"## Welcome to {cfg.title}\n\n"
|
37 |
-
f"With this demo uses
|
38 |
|
39 |
st.markdown("---")
|
40 |
st.markdown(
|
|
|
34 |
with st.sidebar:
|
35 |
image = Image.open('Vectara-logo.png')
|
36 |
st.markdown(f"## Welcome to {cfg.title}\n\n"
|
37 |
+
f"With this demo uses Retieval Augmented Generation to ask questions about {cfg.source_data_desc}\n\n")
|
38 |
|
39 |
st.markdown("---")
|
40 |
st.markdown(
|