Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ if st.button('Submit'):
|
|
83 |
# st.write(output)
|
84 |
#encoding = tokenizer(text, return_tensors="pt")
|
85 |
#import numpy as np
|
86 |
-
st.write("* The predefined categories are Binnenland, Buitenland, Cultuur & Media, Economie , Koningshuis, Opmerkelijk, Politiek, 'Regionaal nieuws en Tech")
|
87 |
st.write("The model for this app has been trained using data from Dutch news articles published by NOS. For more information regarding the dataset can be found at https://www.kaggle.com/maxscheijen/dutch-news-articles")
|
88 |
-
st.write('\n')
|
89 |
st.write('The model performance details can be found at https://huggingface.co/RuudVelo/dutch_news_classifier_bert_finetuned')
|
|
|
83 |
# st.write(output)
|
84 |
#encoding = tokenizer(text, return_tensors="pt")
|
85 |
#import numpy as np
|
86 |
+
st.write(" * The predefined categories are Binnenland, Buitenland, Cultuur & Media, Economie , Koningshuis, Opmerkelijk, Politiek, 'Regionaal nieuws en Tech")
|
87 |
st.write("The model for this app has been trained using data from Dutch news articles published by NOS. For more information regarding the dataset can be found at https://www.kaggle.com/maxscheijen/dutch-news-articles")
|
88 |
+
#st.write('\n')
|
89 |
st.write('The model performance details can be found at https://huggingface.co/RuudVelo/dutch_news_classifier_bert_finetuned')
|