Update app.py
Browse files
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
|
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}")
|