amir22010 commited on
Commit
5db4b55
·
verified ·
1 Parent(s): 1bbebff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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