Spaces:
Running
Running
Upload 2 files
Browse files- index.html +23 -0
index.html
CHANGED
|
@@ -196,6 +196,29 @@
|
|
| 196 |
J -->|No| K[Refine Analysis]
|
| 197 |
J -->|Yes| L[Apply Knowledge]
|
| 198 |
K --> B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
</div>
|
| 200 |
</div>
|
| 201 |
</div>
|
|
|
|
| 196 |
J -->|No| K[Refine Analysis]
|
| 197 |
J -->|Yes| L[Apply Knowledge]
|
| 198 |
K --> B
|
| 199 |
+
|
| 200 |
+
style A fill:#ff6b6b,color:#fff
|
| 201 |
+
style B fill:#74c0fc,color:#fff
|
| 202 |
+
style C fill:#51cf66,color:#fff
|
| 203 |
+
style D fill:#51cf66,color:#fff
|
| 204 |
+
style E fill:#ffd43b,color:#000
|
| 205 |
+
style F fill:#ffd43b,color:#000
|
| 206 |
+
style G fill:#51cf66,color:#fff
|
| 207 |
+
style H fill:#74c0fc,color:#fff
|
| 208 |
+
style I fill:#74c0fc,color:#fff
|
| 209 |
+
style J fill:#74c0fc,color:#fff
|
| 210 |
+
style K fill:#51cf66,color:#fff
|
| 211 |
+
style L fill:#b197fc,color:#fff
|
| 212 |
+
</div>
|
| 213 |
+
<div class="mt-4 text-sm text-gray-600">
|
| 214 |
+
<p class="font-semibold mb-2">Color Legend:</p>
|
| 215 |
+
<div class="flex flex-wrap gap-4">
|
| 216 |
+
<span><span class="inline-block w-4 h-4 rounded" style="background-color: #ff6b6b;"></span> Red - Triggers & Inputs</span>
|
| 217 |
+
<span><span class="inline-block w-4 h-4 rounded" style="background-color: #ffd43b;"></span> Yellow - Structures & Objects</span>
|
| 218 |
+
<span><span class="inline-block w-4 h-4 rounded" style="background-color: #51cf66;"></span> Green - Processing & Operations</span>
|
| 219 |
+
<span><span class="inline-block w-4 h-4 rounded" style="background-color: #74c0fc;"></span> Blue - Intermediates & States</span>
|
| 220 |
+
<span><span class="inline-block w-4 h-4 rounded" style="background-color: #b197fc;"></span> Violet - Products & Outputs</span>
|
| 221 |
+
</div>
|
| 222 |
</div>
|
| 223 |
</div>
|
| 224 |
</div>
|