ngebodh commited on
Commit
f56ed25
·
verified ·
1 Parent(s): abcb84e

Updated note that chatbots don't have access to real-time info

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -389,7 +389,9 @@ st.sidebar.markdown(
389
  "<span style='font-size:0.85em; color:#bbbbbb; font-style:italic;'>"
390
  "Created by "
391
  "<a href='https://ngebodh.github.io/' target='_blank' style='color:#bbbbbb; text-decoration:none;'>"
392
- "Nigel Gebodh</a></span>",
 
 
393
  unsafe_allow_html=True
394
  )
395
 
 
389
  "<span style='font-size:0.85em; color:#bbbbbb; font-style:italic;'>"
390
  "Created by "
391
  "<a href='https://ngebodh.github.io/' target='_blank' style='color:#bbbbbb; text-decoration:none;'>"
392
+ "Nigel Gebodh</a><br>"
393
+ "Chatbots do not have access to real-time info. Agentic chat coming soon!"
394
+ "</span>",
395
  unsafe_allow_html=True
396
  )
397