@@ -87,9 +87,12 @@ graph TD
87
87
C -->|Runs| D[AI Models]
88
88
C -->|Optional| E[Ngrok Tunnel]
89
89
E -->|Access from| F[Any Device]
90
- style C fill:#f9f,stroke:#333,stroke-width:2px
91
- style D fill:#bbf,stroke:#333,stroke-width:2px
92
- style A fill:#9f9,stroke:#333,stroke-width:2px
90
+ style C fill:#2563eb,stroke:#1e40af,stroke-width:2px,color:#ffffff
91
+ style D fill:#059669,stroke:#047857,stroke-width:2px,color:#ffffff
92
+ style A fill:#7c3aed,stroke:#6d28d9,stroke-width:2px,color:#ffffff
93
+ style B fill:#dc2626,stroke:#b91c1c,stroke-width:2px,color:#ffffff
94
+ style E fill:#ea580c,stroke:#c2410c,stroke-width:2px,color:#ffffff
95
+ style F fill:#0891b2,stroke:#0e7490,stroke-width:2px,color:#ffffff
93
96
```
94
97
95
98
** 🌟 The Magic** : Use ` --use-ngrok ` to access your AI from anywhere - your phone, another computer, or share with friends!
@@ -518,8 +521,12 @@ graph LR
518
521
C --> | Runs| D[AI Models]
519
522
C --> | Optional| E[Ngrok Tunnel]
520
523
E --> | Remote Access| F[Any Device, Anywhere]
521
- style E fill:# f9f,stroke:#333,stroke-width:2px
522
- style F fill:#bbf,stroke:#333,stroke-width:2px
524
+ style A fill:# 7c3aed,stroke:#6d28d9,stroke-width:2px,color:#ffffff
525
+ style B fill:#dc2626,stroke:#b91c1c,stroke-width:2px,color:#ffffff
526
+ style C fill:#2563eb,stroke:#1e40af,stroke-width:2px,color:#ffffff
527
+ style D fill:#059669,stroke:#047857,stroke-width:2px,color:#ffffff
528
+ style E fill:#ea580c,stroke:#c2410c,stroke-width:2px,color:#ffffff
529
+ style F fill:#0891b2,stroke:#0e7490,stroke-width:2px,color:#ffffff
523
530
` ` `
524
531
525
532
[➡️ See All Features](./docs/features/README.md)
0 commit comments