danielcd99 commited on
Commit
da35522
·
1 Parent(s): 5b3d7f1

test with whole pipeline

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
+