JulianHame commited on
Commit
8bc0e72
1 Parent(s): 3880bae

removed comments

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -21,12 +21,6 @@ vectorizer.adapt(X.values)
21
 
22
  st.title('Toxicity Classifier')
23
 
24
- '''
25
- st.header('Paste the link to a tweet here:')
26
- text = st.text_area('The toxicity of the tweet will be evaluated.',
27
- value = "https://twitter.com/lowtiiergod/status/1592437600216035328")
28
- '''
29
-
30
  st.header('Write a message here:')
31
  text = st.text_area('The toxicity of the message will be evaluated.',
32
  value = "I hate your guts and you should die alone.")
 
21
 
22
  st.title('Toxicity Classifier')
23
 
 
 
 
 
 
 
24
  st.header('Write a message here:')
25
  text = st.text_area('The toxicity of the message will be evaluated.',
26
  value = "I hate your guts and you should die alone.")