Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ st.set_page_config(page_title="PitchPal: Your Friendly Copy Assistant",
|
|
90 |
|
91 |
st.markdown("<h1 style='text-align: center; color: Black;'>PitchPal</h1>", unsafe_allow_html=True)
|
92 |
st.markdown("<h3 style='text-align: center; color: Black;'>Your Friendly Sales Copy Assistant</h2>", unsafe_allow_html=True)
|
93 |
-
st.markdown("<p style='text-align: right; color: grey;'>By <a href='
|
94 |
|
95 |
|
96 |
#st.title("PitchPal")
|
|
|
90 |
|
91 |
st.markdown("<h1 style='text-align: center; color: Black;'>PitchPal</h1>", unsafe_allow_html=True)
|
92 |
st.markdown("<h3 style='text-align: center; color: Black;'>Your Friendly Sales Copy Assistant</h2>", unsafe_allow_html=True)
|
93 |
+
st.markdown("<p style='text-align: right; color: grey;'>By <a href='https://entzyeung.github.io/portfolio/index.html'>Lorentz Yeung</a></p>", unsafe_allow_html=True)
|
94 |
|
95 |
|
96 |
#st.title("PitchPal")
|