File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Spam-Detector-AI is a Python package for detecting and filtering spam messages u
13
13
package integrates with Django or any other project that uses python and offers three different classifiers: Naive
14
14
Bayes, Random Forest, and Support Vector Machine (SVM).
15
15
16
- : warning : ** Warning** : No significant breaking changes were added to the version 2.x.x in terms of usage. : warning :
16
+ ⚠️ ** Warning** : No significant breaking changes were added to the version 2.x.x in terms of usage. ⚠️
17
17
18
18
## Table of Contents
19
19
@@ -70,7 +70,7 @@ To train the models, run the following command:
70
70
python3 spam_detector_ai/trainer.py
71
71
```
72
72
73
- : warning : ** Warning** : A module not found error may occur : warning :
73
+ ⚠️ ** Warning** : A module not found error may occur ⚠️
74
74
75
75
If this happens, use an IDE to run the ` trainer.py ` file until a fix is implemented.
76
76
You can’t perform that action at this time.
0 commit comments