Karim-Gamal commited on
Commit
77aefab
1 Parent(s): bbf3615

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ To use the pretrained model for fake news detection, you can follow these steps:
29
 
30
  Here's an example code snippet that demonstrates how to use the model:
31
 
32
- ```
33
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
34
  import torch
35
 
 
29
 
30
  Here's an example code snippet that demonstrates how to use the model:
31
 
32
+ ```python
33
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
34
  import torch
35