Archisman Karmakar
commited on
Commit
·
c305e3e
1
Parent(s):
1d7b21a
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -164,7 +164,7 @@ def create_sample_example1():
|
|
164 |
node [shape=box, style="rounded,filled", fontname="Helvetica", fontsize=9, margin="0.15,0.1"];
|
165 |
|
166 |
// Define nodes with colors
|
167 |
-
"Input Text" [label="Input Text:\ni don't know
|
168 |
"Normalized Text" [label="Normalized Text:\ni do not know for real why he's so sad", fillcolor="#e6f4d7", fontcolor="black"];
|
169 |
Sentiment [label="Sentiment", fillcolor="#fde6ff", fontcolor="black"];
|
170 |
Negative [label="Negative: 0.995874803543091", fillcolor="#e8e6ff", fontcolor="black"];
|
|
|
164 |
node [shape=box, style="rounded,filled", fontname="Helvetica", fontsize=9, margin="0.15,0.1"];
|
165 |
|
166 |
// Define nodes with colors
|
167 |
+
"Input Text" [label="Input Text:\ni don't know fr y he's sooo sad", fillcolor="#ffe6de", fontcolor="black"];
|
168 |
"Normalized Text" [label="Normalized Text:\ni do not know for real why he's so sad", fillcolor="#e6f4d7", fontcolor="black"];
|
169 |
Sentiment [label="Sentiment", fillcolor="#fde6ff", fontcolor="black"];
|
170 |
Negative [label="Negative: 0.995874803543091", fillcolor="#e8e6ff", fontcolor="black"];
|