Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ def create_interface():
|
|
301 |
)
|
302 |
quote = gr.Textbox(label="Quote/Design/Idea" , lines=1, placeholder="e.g., Lucky To Be A Teacher", value="Rainbow with a quote \"Lucky To Be A Teacher\"")
|
303 |
niche = gr.Textbox(label="Niche/Holiday/Event" , lines=1, placeholder="e.g., St Patrick's Day", value="St Patricks Day")
|
304 |
-
target = gr.Textbox(label="Target Audience", lines=1 placeholder="e.g., Teacher, Mom, Dad", value="Teacher, Teacher Mom")
|
305 |
keywords = gr.Textbox(
|
306 |
label="Target Keywords (comma-separated)",
|
307 |
placeholder="Enter keywords relevant to your design",
|
|
|
301 |
)
|
302 |
quote = gr.Textbox(label="Quote/Design/Idea" , lines=1, placeholder="e.g., Lucky To Be A Teacher", value="Rainbow with a quote \"Lucky To Be A Teacher\"")
|
303 |
niche = gr.Textbox(label="Niche/Holiday/Event" , lines=1, placeholder="e.g., St Patrick's Day", value="St Patricks Day")
|
304 |
+
target = gr.Textbox(label="Target Audience", lines=1, placeholder="e.g., Teacher, Mom, Dad", value="Teacher, Teacher Mom")
|
305 |
keywords = gr.Textbox(
|
306 |
label="Target Keywords (comma-separated)",
|
307 |
placeholder="Enter keywords relevant to your design",
|