SelmaNajih001 commited on
Commit
c7b1afc
·
verified ·
1 Parent(s): 4f8e353

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ The model can be used directly to estimate price movement signals from news head
44
  ## How to Get Started with the Model
45
 
46
  Use the code below to get started with the model.
47
-
48
  from transformers import pipeline
49
 
50
  pipe = pipeline("text-classification", model="SelmaNajih001/SentimentBasedOnPriceVariation")
 
44
  ## How to Get Started with the Model
45
 
46
  Use the code below to get started with the model.
47
+ ```python
48
  from transformers import pipeline
49
 
50
  pipe = pipeline("text-classification", model="SelmaNajih001/SentimentBasedOnPriceVariation")