Update app.py
Browse files
app.py
CHANGED
@@ -63,9 +63,9 @@ st.set_page_config(page_title="PitchPal: Your Friendly Copy Assistant",
|
|
63 |
initial_sidebar_state='collapsed')
|
64 |
|
65 |
|
66 |
-
st.markdown("<h1 style='text-align: center
|
67 |
-
st.markdown("<h3 style='text-align: center
|
68 |
-
st.markdown("<p style='text-align: right
|
69 |
|
70 |
|
71 |
#st.title("PitchPal")
|
|
|
63 |
initial_sidebar_state='collapsed')
|
64 |
|
65 |
|
66 |
+
st.markdown("<h1 style='text-align: center'>PitchPal</h1>", unsafe_allow_html=True)
|
67 |
+
st.markdown("<h3 style='text-align: center'>Your Friendly Sales Copy Assistant</h2>", unsafe_allow_html=True)
|
68 |
+
st.markdown("<p style='text-align: right'>By <a href='https://entzyeung.github.io/portfolio/index.html'>Lorentz Yeung</a></p>", unsafe_allow_html=True)
|
69 |
|
70 |
|
71 |
#st.title("PitchPal")
|