lorentz commited on
Commit
b186db2
·
verified ·
1 Parent(s): 155bf94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -86,9 +86,12 @@ st.set_page_config(page_title="PitchPal: Your Friendly Copy Assistant",
86
  page_icon='💻',
87
  layout='centered',
88
  initial_sidebar_state='collapsed')
89
- st.header("Product Name Or Service You Want A Pitch")
 
90
 
91
- form_input = st.text_area('Enter the name of the product or service you want to promote: ', height=100)
 
 
92
 
93
  tasktype_option = st.selectbox(
94
  'Choose the type of marketing copy you want to generate: ',
 
86
  page_icon='💻',
87
  layout='centered',
88
  initial_sidebar_state='collapsed')
89
+ st.title("PitchPal: Your Friendly Sales Copy Assistant")
90
+ st.subheader("by Lorentz Yeung")
91
 
92
+
93
+ form_input = st.text_area('Enter the name of the product or service you want to promote: ', 'PlayStation 6', height=100)
94
+ st.write(f'You wrote {len(form_input)} characters.')
95
 
96
  tasktype_option = st.selectbox(
97
  'Choose the type of marketing copy you want to generate: ',