lorentz commited on
Commit
9f1890e
·
verified ·
1 Parent(s): 5623cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='{https://entzyeung.github.io/portfolio/index.html}'>Lorentz Yeung</a></p>", unsafe_allow_html=True)
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")