darkproger commited on
Commit
920a8fe
1 Parent(s): 26dff99

add header with a link to model

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ def load_model():
14
 
15
  tokenizer, model = load_model()
16
 
 
 
17
  input = st.text_area('Input', """\
18
  In some instances, it can be highly dangerous to use a medicine for the prevention or treatment of COVID-19 that has not been approved by or has not received emergency use authorization from the FDA.
19
  """)
14
 
15
  tokenizer, model = load_model()
16
 
17
+ st.write("[Propaganda Techniques Analysis BERT](https://huggingface.co/QCRI/PropagandaTechniquesAnalysis-en-BERT) Tagger")
18
+
19
  input = st.text_area('Input', """\
20
  In some instances, it can be highly dangerous to use a medicine for the prevention or treatment of COVID-19 that has not been approved by or has not received emergency use authorization from the FDA.
21
  """)