Spaces:
Runtime error
Runtime error
Ariel Hsieh
commited on
Commit
•
1bf7e66
1
Parent(s):
e4f9c2a
update
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st #Web App
|
2 |
from transformers import pipeline
|
3 |
-
|
|
|
4 |
|
5 |
#title
|
6 |
st.title("Toxic Tweets")
|
|
|
1 |
import streamlit as st #Web App
|
2 |
from transformers import pipeline
|
3 |
+
import numpy as np
|
4 |
+
import pandas as pd
|
5 |
|
6 |
#title
|
7 |
st.title("Toxic Tweets")
|