Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,9 @@ if st.button('Submit'):
|
|
76 |
# st.write(output)
|
77 |
#encoding = tokenizer(text, return_tensors="pt")
|
78 |
#import numpy as np
|
|
|
|
|
|
|
79 |
|
80 |
#arr = np.random.normal(1, 1, size=100)
|
81 |
#fig, ax = plt.subplots()
|
|
|
76 |
# st.write(output)
|
77 |
#encoding = tokenizer(text, return_tensors="pt")
|
78 |
#import numpy as np
|
79 |
+
st.write("The model for this app has been trained using data from Dutch news articles published by NOS. For more information see: https://www.kaggle.com/maxscheijen/dutch-news-articles")
|
80 |
+
st.write('\n')
|
81 |
+
st.write('The model performance details can be found at https://huggingface.co/RuudVelo/dutch_news_classifier_bert_finetuned')
|
82 |
|
83 |
#arr = np.random.normal(1, 1, size=100)
|
84 |
#fig, ax = plt.subplots()
|