LaoCzi commited on
Commit
6685eea
1 Parent(s): 01d71d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from requests.structures import CaseInsensitiveDict
8
  openai.api_key = os.getenv("OPENAI_KEY")
9
  def Prompt_T(context, lang):
10
 
11
- prompt = """I want you to act as a content writer who is working with youtube video transcript. Summarise the following text in 40 words:
12
  =========
13
  """+ context +"""
14
  =========
 
8
  openai.api_key = os.getenv("OPENAI_KEY")
9
  def Prompt_T(context, lang):
10
 
11
+ prompt = """I want you to act as a content writer who is working with youtube video transcript. Summarise the following text in 50 words:
12
  =========
13
  """+ context +"""
14
  =========