lorentz commited on
Commit
2527697
·
verified ·
1 Parent(s): fb72213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Conversation Partner Solution</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
 
 
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