mlkorra commited on
Commit
5340b7e
1 Parent(s): 8a9f83d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ import re
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":
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":