karthickn commited on
Commit
e4b11f6
·
1 Parent(s): 78cc66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import streamlit as st
2
  from index import ask
3
 
4
- st.title("💬 AI Chatbot")
 
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: