Archisman Karmakar
commited on
Commit
·
1d7b21a
1
Parent(s):
0c00668
Update dashboard.py
Browse files- dashboard.py +3 -3
dashboard.py
CHANGED
@@ -84,7 +84,7 @@ def create_sample_example3():
|
|
84 |
Negative -> Emotion;
|
85 |
Positive -> Emotion [penwidth=0.2];
|
86 |
Neutral -> Emotion [penwidth=0.2];
|
87 |
-
Sentiment -> Emotion;
|
88 |
"Input Text" -> Emotion;
|
89 |
Emotion -> Anger;
|
90 |
Emotion -> Disgust;
|
@@ -138,7 +138,7 @@ def create_sample_example2():
|
|
138 |
Negative -> Emotion;
|
139 |
Positive -> Emotion [penwidth=0.2];
|
140 |
Neutral -> Emotion [penwidth=0.2];
|
141 |
-
Sentiment -> Emotion;
|
142 |
"Input Text" -> Emotion;
|
143 |
Emotion -> Anger;
|
144 |
Emotion -> Disgust;
|
@@ -190,7 +190,7 @@ def create_sample_example1():
|
|
190 |
Negative -> Emotion;
|
191 |
Positive -> Emotion [penwidth=0.2];
|
192 |
Neutral -> Emotion [penwidth=0.2];
|
193 |
-
Sentiment -> Emotion;
|
194 |
"Input Text" -> Emotion;
|
195 |
Emotion -> Anger;
|
196 |
Emotion -> Disgust;
|
|
|
84 |
Negative -> Emotion;
|
85 |
Positive -> Emotion [penwidth=0.2];
|
86 |
Neutral -> Emotion [penwidth=0.2];
|
87 |
+
// Sentiment -> Emotion;
|
88 |
"Input Text" -> Emotion;
|
89 |
Emotion -> Anger;
|
90 |
Emotion -> Disgust;
|
|
|
138 |
Negative -> Emotion;
|
139 |
Positive -> Emotion [penwidth=0.2];
|
140 |
Neutral -> Emotion [penwidth=0.2];
|
141 |
+
// Sentiment -> Emotion;
|
142 |
"Input Text" -> Emotion;
|
143 |
Emotion -> Anger;
|
144 |
Emotion -> Disgust;
|
|
|
190 |
Negative -> Emotion;
|
191 |
Positive -> Emotion [penwidth=0.2];
|
192 |
Neutral -> Emotion [penwidth=0.2];
|
193 |
+
// Sentiment -> Emotion;
|
194 |
"Input Text" -> Emotion;
|
195 |
Emotion -> Anger;
|
196 |
Emotion -> Disgust;
|