mroccuper commited on
Commit
72e4ae1
·
verified ·
1 Parent(s): a1d4686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",