Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,8 +137,6 @@ for example in prediction:
|
|
137 |
best_labels.append(best_label)
|
138 |
|
139 |
st.write("result")
|
140 |
-
st.write(result)
|
141 |
-
|
142 |
display_table = tweets_raw[["comment_text"]]
|
143 |
display_table["Toxicity Classification"] = best_labels
|
144 |
display_table["Probability"] = best_preds
|
|
|
137 |
best_labels.append(best_label)
|
138 |
|
139 |
st.write("result")
|
|
|
|
|
140 |
display_table = tweets_raw[["comment_text"]]
|
141 |
display_table["Toxicity Classification"] = best_labels
|
142 |
display_table["Probability"] = best_preds
|