diff --git a/dashboard.py b/dashboard.py
index 5574203..5d7e0d0 100644
--- a/dashboard.py
+++ b/dashboard.py
@@ -27,7 +27,7 @@ def generate_sample(ctx, e):
if ctx.count % 50 == 0:
emit('debug', {'text': 'Log message #'+str(ctx.count)+'!'})
tweet = e.data
- print(tweet)
+ # print(tweet)
# base sample on previous one
# sample = clip(-100, e.data['previous'] + random.uniform(+5.0, -5.0), 100)
# emit to outside world
diff --git a/dashboard_static/index.html b/dashboard_static/index.html
index 8776e37..5a1afe6 100644
--- a/dashboard_static/index.html
+++ b/dashboard_static/index.html
@@ -58,7 +58,7 @@
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css
index 851943a..a5e0af6 100644
--- a/dashboard_static/style/style.css
+++ b/dashboard_static/style/style.css
@@ -101,4 +101,21 @@ body {
.tweet-interaction {
display: flex;
align-items: center;
+}
+
+.filters-search input {
+ height: 28px;
+ width: 100%;
+ border: none;
+ font-family: 'Robot', sans-serif;
+ font-size: 24px;
+ padding: 0;
+ padding-right: 32px;
+}
+
+.filters-search span {
+ position: absolute;
+ font-weight: 500;
+ font-size: 24px;
+ color: var(--main-medium-dark);
}
\ No newline at end of file