DarkNeuron-AI commited on
Commit
72d7587
·
verified ·
1 Parent(s): c64bff4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ It classifies emails as **Spam (1)** or **Ham (0)** with high accuracy and fast
42
  - **0:** Represent Ham(Not Spam) Prediction
43
  - **1:** Represent Spam Prediction
44
 
45
- ## 💡 How to Use
46
  ```python
47
  from huggingface_hub import hf_hub_download
48
  import joblib
 
42
  - **0:** Represent Ham(Not Spam) Prediction
43
  - **1:** Represent Spam Prediction
44
 
45
+ ## 💡 How to Use(Example Code)
46
  ```python
47
  from huggingface_hub import hf_hub_download
48
  import joblib