Chan-Y commited on
Commit
24d8811
1 Parent(s): 1e5ee0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ llm = HuggingFaceEndpoint(
14
  )
15
  # Define the function to process user input
16
  def classify_text(text):
17
- prompt = f"""Classify the following text into relevant categories.
18
  Text: {text.strip()}
19
  Categories:"""
20
 
 
14
  )
15
  # Define the function to process user input
16
  def classify_text(text):
17
+ prompt = f"""Classify the following text into a category or topic. You dont need to write specific informations or explanations, only return the categories.
18
  Text: {text.strip()}
19
  Categories:"""
20