Spaces:
Sleeping
Sleeping
Commit
·
da35522
1
Parent(s):
5b3d7f1
test with whole pipeline
Browse files
app.py
CHANGED
@@ -43,6 +43,6 @@ if submit_button:
|
|
43 |
tweets = get_tweets(scraper, number_of_tweets)
|
44 |
predictions = get_predictions(tweets, pipe)
|
45 |
|
46 |
-
|
47 |
st.table(pd.DataFrame({'tweet': tweets, 'toxic':predictions}))
|
48 |
-
|
|
|
43 |
tweets = get_tweets(scraper, number_of_tweets)
|
44 |
predictions = get_predictions(tweets, pipe)
|
45 |
|
46 |
+
|
47 |
st.table(pd.DataFrame({'tweet': tweets, 'toxic':predictions}))
|
48 |
+
|