Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 —\
|
| 28 |
+
:tulip::cherry_blossom::rose::hibiscus::sunflower::blossom:")
|
| 29 |
|
| 30 |
|
| 31 |
st.sidebar.title("π")
|