We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bbf40 commit 886edf0Copy full SHA for 886edf0
src/components/ClassificationPanel.tsx
@@ -108,7 +108,7 @@ export const ClassificationPanel = () => {
108
confidence = 0.80;
109
}
110
// Business classification
111
- else if (contentLower.includes('proposal' || contentLower.includes('business plan')) {
+ else if (contentLower.includes('proposal') || contentLower.includes('business plan')) {
112
category = "Business";
113
subcategory = "Proposals";
114
confidence = 0.85;
0 commit comments