archismancoder commited on
Commit
5fbc7ba
·
verified ·
1 Parent(s): abd63f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -145,9 +145,6 @@ graph LR;
145
  G -->|Sadness| M["0.02111"]
146
  G -->|Surprise| N["0.23741"]
147
 
148
- <!-- %% Style the Neutral and Positive sentiment arrows with a lighter stroke.
149
- linkStyle 6 stroke:#cccccc, stroke-width:1px;
150
- linkStyle 7 stroke:#cccccc, stroke-width:1px; -->
151
  ```
152
 
153
  ### Sample Example 3
@@ -182,9 +179,7 @@ graph TD;
182
  G -->|Sadness| M["1.0"]
183
  G -->|Surprise| N["0.02158"]
184
 
185
- <!-- %% Style the Neutral and Positive sentiment arrows with a lighter stroke.
186
- linkStyle 5 stroke:#cccccc, stroke-width:1px;
187
- linkStyle 7 stroke:#cccccc, stroke-width:1px; -->
188
 
189
  ```
190
 
 
145
  G -->|Sadness| M["0.02111"]
146
  G -->|Surprise| N["0.23741"]
147
 
 
 
 
148
  ```
149
 
150
  ### Sample Example 3
 
179
  G -->|Sadness| M["1.0"]
180
  G -->|Surprise| N["0.02158"]
181
 
182
+
 
 
183
 
184
  ```
185