Harsh051015 commited on
Commit
5ae84aa
·
verified ·
1 Parent(s): bbd669a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -48,8 +48,10 @@ def main():
48
 
49
 
50
 
51
- title_prompt= f""" You are a good news journalist. Here is the article {article}. Your task is to generate multiple Headlines, Descriptions, and URL Slugs.
52
-
 
 
53
  """
54
 
55
 
 
48
 
49
 
50
 
51
+ title_prompt= f""" You are a good news journalist. Here is the article {article}. Your task is to generate multiple Headlines, Descriptions, and URL slugs.
52
+ =========================
53
+ Restrictions:
54
+ 1. Don't provide any explanation or details
55
  """
56
 
57