Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|