Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
from index import ask
|
3 |
|
4 |
-
st.
|
|
|
5 |
|
6 |
# Initialize chat history
|
7 |
if "messages" not in st.session_state:
|
|
|
1 |
import streamlit as st
|
2 |
from index import ask
|
3 |
|
4 |
+
st.subheader(':green[AI Chatbot] :robot_face:')
|
5 |
+
st.caption('This bot is here to assist you in discovering more about https://www.spritle.com/ :sunglasses:')
|
6 |
|
7 |
# Initialize chat history
|
8 |
if "messages" not in st.session_state:
|