RuudVelo commited on
Commit
ae0b0ef
1 Parent(s): 6989b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ tokenizer = BertTokenizer.from_pretrained("RuudVelo/dutch_news_clf_bert_finetune
36
  st.title("Dutch news article classification")
37
 
38
  #image = Image.open('dataset-cover_articles.jpg')
39
- st.image('dataset-cover_articles.jpg')# caption='Artic')
 
40
 
41
  text = st.text_area('Please type/copy/paste text of the Dutch article')
42
 
 
36
  st.title("Dutch news article classification")
37
 
38
  #image = Image.open('dataset-cover_articles.jpg')
39
+ st.image('dataset-cover_articles.jpg')
40
+
41
 
42
  text = st.text_area('Please type/copy/paste text of the Dutch article')
43