Skip to content

Commit 2c64f28

Browse files
Update api.py
1 parent 6d57a4c commit 2c64f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def analyze_text():
4343

4444
#Your Input are the variables "text" and "subject"
4545

46-
Output = filter_model.email_ner(subject + "\n" + text) #Call Model Here
46+
Output = filter_model.email_ner(text) #Call Model Here
4747

4848
"""
4949
Format Output Like This:

0 commit comments

Comments
 (0)