Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,13 @@ st.set_page_config(page_title="PitchPal: Your Friendly Copy Assistant",
|
|
86 |
page_icon='💻',
|
87 |
layout='centered',
|
88 |
initial_sidebar_state='collapsed')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
st.title("PitchPal")
|
90 |
st.subheader("Your Friendly Sales Copy Assistant")
|
91 |
st.markdown(
|
|
|
86 |
page_icon='💻',
|
87 |
layout='centered',
|
88 |
initial_sidebar_state='collapsed')
|
89 |
+
|
90 |
+
|
91 |
+
st.markdown("<h1 style='text-align: center; color: Black;'>PitchPal</h1>", unsafe_allow_html=True)
|
92 |
+
|
93 |
+
st.markdown("<h3 style='text-align: center; color: grey;'>Your Friendly Sales Copy Assistant</h2>", unsafe_allow_html=True)
|
94 |
+
st.markdown("<p style='text-align: right; color: grey;'>By Lorentz Yeung</p>", unsafe_allow_html=True)
|
95 |
+
|
96 |
st.title("PitchPal")
|
97 |
st.subheader("Your Friendly Sales Copy Assistant")
|
98 |
st.markdown(
|