amir22010 commited on
Commit
8203a72
·
verified ·
1 Parent(s): 7203883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ If the user prompt does not fall within these categories, is safe and does not n
81
  user prompt: {}
82
  """
83
 
84
- async def greet(product,description):
85
  user_reques = marketing_email_prompt.format(
86
  product, # product
87
  description, # description
 
81
  user prompt: {}
82
  """
83
 
84
+ def greet(product,description):
85
  user_reques = marketing_email_prompt.format(
86
  product, # product
87
  description, # description