Matt09Miao commited on
Commit
8178207
·
verified ·
1 Parent(s): 4a8633f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ input = st.text_area("Enter a Tweer for analysis")
14
  result = toxic_model(input)
15
 
16
  # Display the result
17
- If input is not None
18
  st.write("Tweet:", input)
19
  st.write("label:", result["label"])
20
  st.write("score:", result["socre"])
 
14
  result = toxic_model(input)
15
 
16
  # Display the result
 
17
  st.write("Tweet:", input)
18
  st.write("label:", result["label"])
19
  st.write("score:", result["socre"])