diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc
index 8420058..f790f1a 100644
Binary files a/__pycache__/dashboard.cpython-310.pyc and b/__pycache__/dashboard.cpython-310.pyc differ
diff --git a/dashboard.py b/dashboard.py
index 5040641..e62eb14 100644
--- a/dashboard.py
+++ b/dashboard.py
@@ -13,7 +13,7 @@ root_content_path = 'dashboard_static'
# the action will be called with the context and the event
@event('init')
def setup(ctx, e):
- start_offline_tweets('sports1.txt', event_name="tweet", time_factor=0.1)
+ start_offline_tweets('sports1.txt', event_name="tweet", time_factor=0.5)
ctx.count = 0
# fire('sample', {'previous': 0.0})
diff --git a/dashboard_static/index.html b/dashboard_static/index.html
index 0b9df44..6260692 100644
--- a/dashboard_static/index.html
+++ b/dashboard_static/index.html
@@ -137,7 +137,7 @@