Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
6 |
text = st.text_area("enter some text!")
|
7 |
|
8 |
if text:
|
9 |
+
st.write(type(text))
|