alpcansoydas commited on
Commit
62212b0
·
verified ·
1 Parent(s): af58921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,12 +15,12 @@ llm = HuggingFaceEndpoint(
15
  )
16
 
17
  template_classify = '''
 
18
 
19
  <text>
20
  {TEXT}
21
  </text>
22
 
23
- What is the main topic of given text? Answer shortly maximum 3-4 words.
24
  '''
25
 
26
  template_json = '''
 
15
  )
16
 
17
  template_classify = '''
18
+ What is the main topic of given text? Answer shortly with two or three words maximum:
19
 
20
  <text>
21
  {TEXT}
22
  </text>
23
 
 
24
  '''
25
 
26
  template_json = '''