wanggenfu commited on
Commit
01e2dc9
verified
1 Parent(s): 5bf406d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,9 +72,9 @@ def classify_email(state: EmailState):
72
  If it is legitimate, categorize it (inquiry, complaint, thank you, etc.).
73
 
74
  Please answer strictly in the following format:
 
75
  Is spam:
76
  Reason for spam:
77
- Email category: inquiry, complaint, thank you, spam, etc.
78
  """
79
 
80
  # Call the LLM
 
72
  If it is legitimate, categorize it (inquiry, complaint, thank you, etc.).
73
 
74
  Please answer strictly in the following format:
75
+ Email category: inquiry, complaint, thank you, spam, etc.
76
  Is spam:
77
  Reason for spam:
 
78
  """
79
 
80
  # Call the LLM