Spaces:
Build error
Build error
Update 01_π _Home.py
Browse files- 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(
|