Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,3 +33,7 @@ else:
|
|
33 |
for label_id, label_prob in enumerate(outputs):
|
34 |
if label_prob > threshold:
|
35 |
st.button(model.id2label[label_id])
|
|
|
|
|
|
|
|
|
|
33 |
for label_id, label_prob in enumerate(outputs):
|
34 |
if label_prob > threshold:
|
35 |
st.button(model.id2label[label_id])
|
36 |
+
|
37 |
+
st.markdown(
|
38 |
+
"Examples from The Wellcome Trust are taken from data that are publishes openly at [360 Giving](https://data.threesixtygiving.org/). They are published under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license."
|
39 |
+
)
|