Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,22 +53,22 @@ keyworder_app = gr.Interface(
|
|
53 |
allow_flagging="never",
|
54 |
inputs=[
|
55 |
gr.Textbox(
|
56 |
-
label="Customer Profile",
|
57 |
placeholder="Describe your customer and what task or job they are trying to do. (e.g., My customer is a busy executive on the go. They have a pet whom they love dearly. They want to make sure that their pet is always taken care of even when they are busy or delayed at work.)",
|
58 |
lines=2,
|
59 |
),
|
60 |
gr.Textbox(
|
61 |
-
label="Customer Pain Points",
|
62 |
placeholder="Identify problems and pain points your customers are facing. (e.g., Sometimes, they are held up late at work or by traffic. They are worried about their pets and feel guilty.)",
|
63 |
lines=2,
|
64 |
),
|
65 |
gr.Textbox(
|
66 |
-
label="Customer Needs and Wishes",
|
67 |
placeholder="Describe your customers' needs and wishes. (e.g., They need someone reliable to check on their pets, walk them, ensure that that they have food and water, etc. They wish they could see their pets, make sure they are OK and say hi to them via their phones.)",
|
68 |
lines=2,
|
69 |
),
|
70 |
gr.Textbox(
|
71 |
-
label="Brand Name",
|
72 |
placeholder="List your brand name and slogan (e.g., InstaPet, where you are always with your pet.) or request suggestions.",
|
73 |
lines=2,
|
74 |
),
|
@@ -78,19 +78,19 @@ keyworder_app = gr.Interface(
|
|
78 |
lines=2,
|
79 |
),
|
80 |
gr.Textbox(
|
81 |
-
label="Differentiators",
|
82 |
placeholder="List what differentiates you from the competition.(e.g., Our pet-care-providers love pets and will help you say hi to your pet via our secure network.).",
|
83 |
lines=2,
|
84 |
),
|
85 |
gr.Textbox(
|
86 |
-
label="Marketing Goal",
|
87 |
-
placeholder="What is your main marketing goal (e.g., Boost awareness, website visits,
|
88 |
lines=2,
|
89 |
),
|
90 |
],
|
91 |
-
outputs=gr.Textbox(label="Customized Digital Marketing Advice"),
|
92 |
title="Keyworder",
|
93 |
-
description="This app provides customized digital marketing strategy advice based on your input. Powered by OpenAI GPT 4, Design Thinking and domain expertise. Developed by wn.
|
94 |
)
|
95 |
|
96 |
# Launch the application
|
|
|
53 |
allow_flagging="never",
|
54 |
inputs=[
|
55 |
gr.Textbox(
|
56 |
+
label="Your Customer Profile",
|
57 |
placeholder="Describe your customer and what task or job they are trying to do. (e.g., My customer is a busy executive on the go. They have a pet whom they love dearly. They want to make sure that their pet is always taken care of even when they are busy or delayed at work.)",
|
58 |
lines=2,
|
59 |
),
|
60 |
gr.Textbox(
|
61 |
+
label="Your Customer Pain Points",
|
62 |
placeholder="Identify problems and pain points your customers are facing. (e.g., Sometimes, they are held up late at work or by traffic. They are worried about their pets and feel guilty.)",
|
63 |
lines=2,
|
64 |
),
|
65 |
gr.Textbox(
|
66 |
+
label="Your Customer Needs and Wishes",
|
67 |
placeholder="Describe your customers' needs and wishes. (e.g., They need someone reliable to check on their pets, walk them, ensure that that they have food and water, etc. They wish they could see their pets, make sure they are OK and say hi to them via their phones.)",
|
68 |
lines=2,
|
69 |
),
|
70 |
gr.Textbox(
|
71 |
+
label="Your Brand Name",
|
72 |
placeholder="List your brand name and slogan (e.g., InstaPet, where you are always with your pet.) or request suggestions.",
|
73 |
lines=2,
|
74 |
),
|
|
|
78 |
lines=2,
|
79 |
),
|
80 |
gr.Textbox(
|
81 |
+
label="Your Differentiators",
|
82 |
placeholder="List what differentiates you from the competition.(e.g., Our pet-care-providers love pets and will help you say hi to your pet via our secure network.).",
|
83 |
lines=2,
|
84 |
),
|
85 |
gr.Textbox(
|
86 |
+
label="Your Marketing Goal",
|
87 |
+
placeholder="What is your main marketing goal (e.g., Boost awareness by reaching 10000 potential customers in 2 months, 2000 website visits by end of Q1, 500 conversions by end of Q2, etc.).",
|
88 |
lines=2,
|
89 |
),
|
90 |
],
|
91 |
+
outputs=gr.Textbox(label="Customized Digital Marketing Advice", lines=30),
|
92 |
title="Keyworder",
|
93 |
+
description="This app provides customized digital marketing strategy advice based on your input. Powered by OpenAI GPT 4, Design Thinking and domain expertise. Developed by wn. Disclaimer: AI makes mistakes. Use with caution and at your own risk!",
|
94 |
)
|
95 |
|
96 |
# Launch the application
|