nickmuchi commited on
Commit
5898e04
β€’
1 Parent(s): 6fd7c54

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 01_🏠_Home.py +1 -3
01_🏠_Home.py CHANGED
@@ -32,9 +32,7 @@ tweet_file = os.path.join("tweets", DATA_FILE)
32
  repo = Repository(
33
  local_dir="tweets", clone_from=DATASET_REPO_URL
34
  )
35
-
36
- sentiment_classifier, topic_classifier = load_models()
37
-
38
  st.title('Live FinTwitter Sentiment & Topic Analysis with Tweepy and Transformers')
39
 
40
  st.markdown(
 
32
  repo = Repository(
33
  local_dir="tweets", clone_from=DATASET_REPO_URL
34
  )
35
+
 
 
36
  st.title('Live FinTwitter Sentiment & Topic Analysis with Tweepy and Transformers')
37
 
38
  st.markdown(