vives commited on
Commit
8f5d8f6
·
1 Parent(s): 4ecc530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ model_checkpoint = "vives/distilbert-base-uncased-finetuned-imdb-accelerate"
6
  text = st.text_area("enter some text!")
7
 
8
  if text:
9
- st.write(len(text))
 
6
  text = st.text_area("enter some text!")
7
 
8
  if text:
9
+ st.write(type(text))