Mayur2 commited on
Commit
2ec8697
·
1 Parent(s): 08e5769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ headline: max 27 characters
35
 
36
  description: max 27 characters
37
 
38
- Each field should be totally different with minimal repetition. Do not repeatedly use phrases that sound to sales like. Output your responses as a JSON format without any hidden or non printable characters with the keys being 'primary', 'headline', and 'description'. Be strict about this format. It will be read as a JSON file. Just directly output responses nothing else, no leading words, etc.
39
 
40
  Consider this product : {human_input}
41
  """
 
35
 
36
  description: max 27 characters
37
 
38
+ Each field should be totally different with minimal repetition. Do not repeatedly use phrases that sound to sales like. Output your responses as a string with the keys being 'primary', 'headline', and 'description' and getting a new Line after each key. Be strict about this format. Just directly output responses nothing else, no leading words, etc.
39
 
40
  Consider this product : {human_input}
41
  """