archana2324 commited on
Commit
433a8d5
Β·
verified Β·
1 Parent(s): cefbff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,10 +9,10 @@ from langchain.schema import HumanMessage, SystemMessage, AIMessage
9
  warnings.filterwarnings("ignore")
10
 
11
  # Streamlit settings
12
- st.set_page_config(page_title="🌿 ChitChat πŸ§™β€β™€οΈ", page_icon="πŸ§™β€β™€οΈ", layout="wide")
13
 
14
  # Header
15
- st.markdown("<h1 style='text-align: center; color: #4B0082;'>Welcome to ChitChat 🌿✨</h1>", unsafe_allow_html=True)
16
  st.markdown("<h3 style='color: #003366;'>How can I assist with your ailments or worries today? πŸ§ͺπŸ’«</h3>", unsafe_allow_html=True)
17
 
18
  # Initialize session state for messages
 
9
  warnings.filterwarnings("ignore")
10
 
11
  # Streamlit settings
12
+ st.set_page_config(page_title="πŸ’¬ ChitChat πŸ§™β€β™€οΈ", page_icon="πŸ§™β€β™€οΈ", layout="wide")
13
 
14
  # Header
15
+ st.markdown("<h1 style='text-align: center; color: #4B0082;'>Welcome to ChitChat πŸ€–πŸ‘ΎπŸ’¬βœ¨</h1>", unsafe_allow_html=True)
16
  st.markdown("<h3 style='color: #003366;'>How can I assist with your ailments or worries today? πŸ§ͺπŸ’«</h3>", unsafe_allow_html=True)
17
 
18
  # Initialize session state for messages