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

Update app.py

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