mattupson commited on
Commit
455f5a4
1 Parent(s): 86178e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -33,7 +33,3 @@ else:
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
- )
 
33
  for label_id, label_prob in enumerate(outputs):
34
  if label_prob > threshold:
35
  st.button(model.id2label[label_id])