samim2024 commited on
Commit
cd070ec
Β·
verified Β·
1 Parent(s): c99887b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -21,6 +21,11 @@ if 'API_Key' not in st.session_state:
21
  # Setting page title and header
22
  st.set_page_config(page_title="Chat GPT Clone", page_icon=":robot_face:")
23
  st.markdown("<h1 style='text-align: center;'>How can I assist you? </h1>", unsafe_allow_html=True)
 
 
 
 
 
24
 
25
 
26
  st.sidebar.title("😎")
 
21
  # Setting page title and header
22
  st.set_page_config(page_title="Chat GPT Clone", page_icon=":robot_face:")
23
  st.markdown("<h1 style='text-align: center;'>How can I assist you? </h1>", unsafe_allow_html=True)
24
+ st.markdown('''
25
+ :red[Streamlit] :orange[can] :green[write] :blue[text] :violet[in]
26
+ :gray[pretty] :rainbow[colors].''')
27
+ st.markdown("Here's a bouquet &mdash;\
28
+ :tulip::cherry_blossom::rose::hibiscus::sunflower::blossom:")
29
 
30
 
31
  st.sidebar.title("😎")