From cd9fad968235d1780c46a5ba0017177859de4f6b Mon Sep 17 00:00:00 2001 From: JAMES ZHANG Date: Thu, 12 May 2016 23:35:23 -0500 Subject: [PATCH] Remove sentence description for #61 --- public/css/style.css | 2 +- views/index.ejs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 3d049cfa..661eba82 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2074,7 +2074,7 @@ pre[class*=" language-"] { background-color: white; padding: 1rem; overflow-y: auto; - height: calc(100% - 10.5rem); + height: calc(100% - 5rem); margin-top: 0rem; } .original-text--sentence-container { margin-top: 0.4rem; diff --git a/views/index.ejs b/views/index.ejs index 8af30014..fb162fa9 100755 --- a/views/index.ejs +++ b/views/index.ejs @@ -185,11 +185,6 @@
-
- - In sentences_tone, each sentence_id receives a raw_score for each tone in a category. Understand how to normalize raw scores or customize thresholds for your use case in the Documentation. - -