adrianmoses commited on
Commit
9eee20c
1 Parent(s): ef4cddb

update text to caption

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def setup_model():
80
  model = setup_model()
81
 
82
  st.title("Hate Speech Detection")
83
- st.title("Text will be truncated to 64 tokens")
84
 
85
  text = st.text_input("Enter text")
86
 
 
80
  model = setup_model()
81
 
82
  st.title("Hate Speech Detection")
83
+ st.caption("Text will be truncated to 64 tokens")
84
 
85
  text = st.text_input("Enter text")
86