I am trying to deploy live sentiment analysis dashboard on a VPS in Linode/Heroku
However, I cannot see live updates happening.
My file structure:
Inside /var/www/FlaskApp/FlaskApp:
- live_twitter_sentiment_streaming.py -used to stream tweets
- live_discussion_streaming.py- used to stream tweets
- lve_twitter_sentiment.py - contains layout for the tweets page
- live_discussion_sentiment.py - contains layout for the discussion page
- welcome.py - contains layout for the welcome page
- init.py - contains the app.layout, and redirects based on location.
NOTE: init.py is actually represented in the correct way in my system. It is shown as init.py here due to formatting reasons.
1 post - 1 participant







