Donlapark commited on
Commit
7855c89
·
1 Parent(s): fc90791

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ classifier = pipeline("sentiment-analysis", model="distilbert-base-uncased-finet
4
  text = st.text_area('enter some text:')
5
  if text:
6
  results = classifier([text])
7
- st.json(out)
 
4
  text = st.text_area('enter some text:')
5
  if text:
6
  results = classifier([text])
7
+ st.json(results)