david-oplatka commited on
Commit
f707c12
·
verified ·
1 Parent(s): 84a3a3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"## Welcome to {cfg.title}\n\n"
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("---")