ssboost commited on
Commit
adbe0a9
·
verified ·
1 Parent(s): 002f297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -504,7 +504,7 @@ def update_prompts_and_description(category, style):
504
  blog_post_prompt = get_blog_post_prompt(category)
505
  style_prompt = get_style_prompt(style)
506
  style_description = get_style_description(style)
507
- return title_prompt, outline_prompt, blog_post_prompt, style_prompt, style_description
508
 
509
  with gr.Blocks() as demo:
510
  gr.Markdown(f"# {title}")
 
504
  blog_post_prompt = get_blog_post_prompt(category)
505
  style_prompt = get_style_prompt(style)
506
  style_description = get_style_description(style)
507
+ return style_description
508
 
509
  with gr.Blocks() as demo:
510
  gr.Markdown(f"# {title}")