Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def launch_bot():
|
|
36 |
with st.sidebar:
|
37 |
image = Image.open('Vectara-logo.png')
|
38 |
st.markdown(f"## Welcome to {cfg.title}\n\n"
|
39 |
-
f"
|
40 |
|
41 |
st.markdown("---")
|
42 |
st.markdown(
|
|
|
36 |
with st.sidebar:
|
37 |
image = Image.open('Vectara-logo.png')
|
38 |
st.markdown(f"## Welcome to {cfg.title}\n\n"
|
39 |
+
f"This demo uses Retrieval Augmented Generation to achieve greater accuracy in agronomics and agricultural methodology. {cfg.source_data_desc}\n\n")
|
40 |
|
41 |
st.markdown("---")
|
42 |
st.markdown(
|