lorentz commited on
Commit
32dcc75
·
verified ·
1 Parent(s): efab0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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; color: Black;'>PitchPal</h1>", unsafe_allow_html=True)
67
- st.markdown("<h3 style='text-align: center; color: Black;'>Your Friendly Sales Copy Assistant</h2>", unsafe_allow_html=True)
68
- 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)
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")