Anthos23 commited on
Commit
37c89bd
·
1 Parent(s): 46d2646

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ text = st.text_area(f'Ciao! This app uses {model_name}.\nEnter your text to tes
24
  if text:
25
  out = pipe(text)
26
 
27
- st.json(get_sentiment(out[0])
 
24
  if text:
25
  out = pipe(text)
26
 
27
+ st.json(get_sentiment(out[0]))