From 74ff96d28680c1358018397917060cca7deb466e Mon Sep 17 00:00:00 2001 From: Shom770 Date: Wed, 14 Feb 2024 15:13:48 -0500 Subject: [PATCH] get rid of js eval --- src/requirements.txt | 1 - src/utils/constants.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index dec6941..1e65210 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,4 +8,3 @@ python-dotenv==1.0.1 vaderSentiment==3.3.2 st-annotated-text==4.0.1 notion-client==2.2.1 -streamlit-js-eval==0.1.5 diff --git a/src/utils/constants.py b/src/utils/constants.py index 6fd2bd2..da385dc 100644 --- a/src/utils/constants.py +++ b/src/utils/constants.py @@ -157,4 +157,4 @@ class Criteria: "Okay": 3, "Poor": 2, "Very Poor": 1 - } \ No newline at end of file + }