Update app.py
Browse files
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.
|
|
|
90 |
|
91 |
-
|
|
|
|
|
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: ',
|