Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ st.write("This app classifies a Dutch news article into one of 9 pre-defined* ar
|
|
40 |
#image = Image.open('dataset-cover_articles.jpg')
|
41 |
st.image('dataset-cover_articles.jpeg', width=150)
|
42 |
|
43 |
-
text = st.text_area('Please type/copy/paste text of the Dutch article')
|
44 |
|
45 |
#if text:
|
46 |
# encoding = tokenizer(text, return_tensors="pt")
|
|
|
40 |
#image = Image.open('dataset-cover_articles.jpg')
|
41 |
st.image('dataset-cover_articles.jpeg', width=150)
|
42 |
|
43 |
+
text = st.text_area('Please type/copy/paste text of the Dutch article and click Submit')
|
44 |
|
45 |
#if text:
|
46 |
# encoding = tokenizer(text, return_tensors="pt")
|