Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ if 'API_Key' not in st.session_state:
|
|
| 17 |
|
| 18 |
# Setting page title and header
|
| 19 |
st.set_page_config(page_title="ChatMate: Your Professional AI Conversation Partner Solution", page_icon=":robot_face:")
|
| 20 |
-
st.markdown("<h1 style='text-align: center; color: navy;'>ChatMate: Your Professional AI
|
| 21 |
st.markdown("<h4 style='text-align: center;'>Interact with a cutting-edge language model</h4>", unsafe_allow_html=True)
|
| 22 |
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
# Setting page title and header
|
| 19 |
st.set_page_config(page_title="ChatMate: Your Professional AI Conversation Partner Solution", page_icon=":robot_face:")
|
| 20 |
+
st.markdown("<h1 style='text-align: center; color: navy;'>ChatMate: Your Professional AI Partner</h1>", unsafe_allow_html=True)
|
| 21 |
st.markdown("<h4 style='text-align: center;'>Interact with a cutting-edge language model</h4>", unsafe_allow_html=True)
|
| 22 |
|
| 23 |
|