Spaces:
Running
Running
Amlan-109
feat: Initial commit of LocalAI Amlan Edition with premium branding and personalization
750bbe6 | package main | |
| import ( | |
| _ "embed" | |
| "fyne.io/fyne/v2" | |
| ) | |
| //go:embed logo.png | |
| var logoData []byte | |
| // resourceIconPng is the LocalAI logo icon | |
| var resourceIconPng = &fyne.StaticResource{ | |
| StaticName: "logo.png", | |
| StaticContent: logoData, | |
| } | |