Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ If the user prompt does not fall within these categories, is safe and does not n
|
|
103 |
user prompt: {}
|
104 |
"""
|
105 |
|
106 |
-
def greet(product,description):
|
107 |
user_reques = marketing_email_prompt.format(
|
108 |
product, # product
|
109 |
description, # description
|
|
|
103 |
user prompt: {}
|
104 |
"""
|
105 |
|
106 |
+
async def greet(product,description):
|
107 |
user_reques = marketing_email_prompt.format(
|
108 |
product, # product
|
109 |
description, # description
|