Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def getLLamaresponse(input_text,keywords,blog_style):
|
|
15 |
## Prompt Template
|
16 |
|
17 |
template="""
|
18 |
-
Generate
|
19 |
"""
|
20 |
|
21 |
prompt=PromptTemplate(input_variables=["blog_style","input_text",'keywords'],
|
|
|
15 |
## Prompt Template
|
16 |
|
17 |
template="""
|
18 |
+
Generate project idea for {blog_style} by using keywords like {keywords} for the profession of {input_text} .
|
19 |
"""
|
20 |
|
21 |
prompt=PromptTemplate(input_variables=["blog_style","input_text",'keywords'],
|