Spaces:
Sleeping
Sleeping
prompt changed
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ def generate_blog(query, word_count, genre):
|
|
31 |
Also, come with an appropriate title for the blog and set it at the top in bold letters.
|
32 |
|
33 |
Example:
|
34 |
-
## **YOUR TITLE**
|
35 |
-
YOUR BLOG
|
36 |
"""
|
37 |
|
38 |
prompt = PromptTemplate(
|
|
|
31 |
Also, come with an appropriate title for the blog and set it at the top in bold letters.
|
32 |
|
33 |
Example:
|
34 |
+
## **YOUR TITLE**
|
35 |
+
YOUR BLOG COME HERE
|
36 |
"""
|
37 |
|
38 |
prompt = PromptTemplate(
|