Skip to content

Instantly share code, notes, and snippets.

http://feeds.reuters.com/news/artsculture
http://feeds.reuters.com/reuters/businessNews
http://feeds.reuters.com/reuters/companyNews
http://feeds.reuters.com/reuters/entertainment
http://feeds.reuters.com/reuters/environment
http://feeds.reuters.com/reuters/healthNews
http://feeds.reuters.com/reuters/lifestyle
http://feeds.reuters.com/news/reutersmedia
http://feeds.reuters.com/news/wealth
http://feeds.reuters.com/reuters/MostRead
@monchier
monchier / dashboard.py
Created October 25, 2019 04:45
dashboard.py
"""Simple sliding window dashboard-style
plot that updates periodically pulling from
a random generator
"""
import streamlit as st
import time
import random
# session_state from https://gist.github.com/tvst/036da038ab3e999a64497f42de966a92
from session_state import get
# st_rerun from https://gist.github.com/tvst/ef477845ac86962fa4c92ec6a72bb5bd