@@ -87,9 +87,12 @@ graph TD
8787 C -->|Runs| D[AI Models]
8888 C -->|Optional| E[Ngrok Tunnel]
8989 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
9396```
9497
9598** 🌟 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
518521 C --> | Runs| D[AI Models]
519522 C --> | Optional| E[Ngrok Tunnel]
520523 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
523530` ` `
524531
525532[➡️ See All Features](./docs/features/README.md)
0 commit comments