Update app.py
Browse files
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="
|
13 |
|
14 |
# Header
|
15 |
-
st.markdown("<h1 style='text-align: center; color: #4B0082;'>Welcome to ChitChat
|
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
|