fitsblb commited on
Commit
f0d1d23
·
verified ·
1 Parent(s): fa502b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: pink
6
  sdk: streamlit
7
  app_file: app.py
8
  pinned: false
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
@@ -13,4 +14,4 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
13
 
14
  This app analyzes restaurant reviews and classifies them as Positive ✅, Neutral ⚖️, or Negative ❌ using a fine-tuned DistilBERT model trained on the Yelp dataset.
15
 
16
- Enter your own review in the box and hit "Analyze" to try it live!
 
6
  sdk: streamlit
7
  app_file: app.py
8
  pinned: false
9
+ sdk_version: 1.46.1
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
14
 
15
  This app analyzes restaurant reviews and classifies them as Positive ✅, Neutral ⚖️, or Negative ❌ using a fine-tuned DistilBERT model trained on the Yelp dataset.
16
 
17
+ Enter your own review in the box and hit "Analyze" to try it live!