diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc
new file mode 100644
index 0000000..ecb6053
Binary files /dev/null and b/__pycache__/dashboard.cpython-310.pyc differ
diff --git a/dashboard_static/index.html b/dashboard_static/index.html
new file mode 100644
index 0000000..d74fe46
--- /dev/null
+++ b/dashboard_static/index.html
@@ -0,0 +1,108 @@
+
+
+
+    
+    
+    
+    Twitter sports dashboard
+    
+    
+    
+    
+    
+    
+    
+    
+    
+
+
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+
+
\ No newline at end of file
diff --git a/dashboard_static/js/code.js b/dashboard_static/js/code.js
index 6f5074e..e7c5827 100644
--- a/dashboard_static/js/code.js
+++ b/dashboard_static/js/code.js
@@ -52,56 +52,5 @@ function tweetCell(tweet, parent) {
     parent.append(cell);
 }
 
-
-var atweet = {
-    "created_at": "Sat Nov 16 12:51:41 +0000 2019",
-    "text": "@BobGreenburg @ONeill_Coffee Congrats to the excellent football program at Wilmington. One classy organization!",
-    "source": "Twitter for iPhone<\/a>",
-    "user": {
-        "name": "Express Youngstown",
-        "screen_name": "ExpressProsYO",
-        "url": "http:\/\/apply.expresspros.com\/",
-        "profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/775167844921188353\/fWquHsOK_normal.jpg",
-    },
-    "quote_count": 0,
-    "reply_count": 0,
-    "retweet_count": 0,
-    "favorite_count": 0,
-    "entities": {
-        "hashtags": [
-
-        ],
-        "urls": [
-
-        ],
-        "user_mentions": [
-            {
-                "screen_name": "BobGreenburg",
-                "name": "Bob Greenburg",
-                "id": 483881032,
-                "id_str": "483881032",
-                "indices": [
-                    0,
-                    13
-                ]
-            },
-            {
-                "screen_name": "ONeill_Coffee",
-                "name": "O'NeillCoffeeCompany",
-                "id": 2804543925,
-                "id_str": "2804543925",
-                "indices": [
-                    14,
-                    28
-                ]
-            }
-        ],
-        "symbols": [
-
-        ]
-    },
-}
-
-for (let i = 0; i < 2; i++) {
-    tweetCell(atweet, $(".leftcol"));
-}
\ No newline at end of file
+$(document).on('tweet', console.log(tweet));
+    
diff --git a/eca/__pycache__/arff.cpython-310.pyc b/eca/__pycache__/arff.cpython-310.pyc
new file mode 100644
index 0000000..f36aef8
Binary files /dev/null and b/eca/__pycache__/arff.cpython-310.pyc differ
diff --git a/eca/__pycache__/generators.cpython-310.pyc b/eca/__pycache__/generators.cpython-310.pyc
new file mode 100644
index 0000000..c475398
Binary files /dev/null and b/eca/__pycache__/generators.cpython-310.pyc differ
diff --git a/template_static/lib/tweets.js b/template_static/lib/tweets.js
index caae015..3f8f77d 100644
--- a/template_static/lib/tweets.js
+++ b/template_static/lib/tweets.js
@@ -72,7 +72,7 @@ block.fn.tweets = function(config) {
     }, config);
 
     // create the necessary HTML in the block container
-    this.$element.append('');
+    //this.$element.append('');
 
     // store list for later
     var $list = this.$element.find('ol');