mlkorra commited on
Commit
8a9f83d
1 Parent(s): 3299f3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ import re
41
  def app():
42
  st.title("OGBV-BERT")
43
 
 
44
  data = st.sidebar.radio("Pick the evaluation data :",('Twitter','Trac2020'))
45
 
46
  if data=="Twitter":
41
  def app():
42
  st.title("OGBV-BERT")
43
 
44
+ st.sidebar.markdown("""###Warning: The Data contains offensive text""")
45
  data = st.sidebar.radio("Pick the evaluation data :",('Twitter','Trac2020'))
46
 
47
  if data=="Twitter":