Spaces:
Running
Running
Updated note that chatbots don't have access to real-time info
Browse files
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><
|
|
|
|
|
|
|
| 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 |
|