From a73083c761bba816b6d95cff3d16914c5d43d141 Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Wed, 17 Apr 2024 19:03:39 -0500 Subject: [PATCH] feat: Vana branding --- selfie-ui/src/app/components/Header.tsx | 2 +- .../components/Playground/PlaygroundChat.tsx | 2 +- selfie-ui/src/app/layout.tsx | 4 ++-- selfie-ui/src/app/page.tsx | 4 ++-- selfie.spec | 2 +- selfie/gui.py | 15 ++++++++++----- vana.png | Bin 0 -> 29098 bytes 7 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 vana.png diff --git a/selfie-ui/src/app/components/Header.tsx b/selfie-ui/src/app/components/Header.tsx index d78c680..ca3edc6 100644 --- a/selfie-ui/src/app/components/Header.tsx +++ b/selfie-ui/src/app/components/Header.tsx @@ -6,7 +6,7 @@ export const Header = () => ( //
{/*Selfie*/} -

Selfie

+

Vana Personal Server

diff --git a/selfie-ui/src/app/components/Playground/PlaygroundChat.tsx b/selfie-ui/src/app/components/Playground/PlaygroundChat.tsx index f65f6e9..533a57a 100644 --- a/selfie-ui/src/app/components/Playground/PlaygroundChat.tsx +++ b/selfie-ui/src/app/components/Playground/PlaygroundChat.tsx @@ -37,7 +37,7 @@ const PlaygroundChat = ({ disabled = false, hasIndexedDocuments = true }: { disa return (<>

- Explore what Selfie can do by chatting with an AI that uses your data or by searching your data directly. If you haven't already, add some data in the "Add Data" tab. + Explore what your Vana server can do by chatting with an AI that uses your data or by searching your data directly. If you haven't already, add some data in the "Add Data" tab.

Chat

diff --git a/selfie-ui/src/app/layout.tsx b/selfie-ui/src/app/layout.tsx index 3657e1d..9e891db 100644 --- a/selfie-ui/src/app/layout.tsx +++ b/selfie-ui/src/app/layout.tsx @@ -11,8 +11,8 @@ import React from 'react' import { Providers } from './providers' export const metadata: Metadata = { - title: 'Selfie', - description: 'Welcome to Selfie', + title: 'Vana Personal Server', + description: 'Bring your data to life', } export default function Layout({ children }: { children: React.ReactNode }) { diff --git a/selfie-ui/src/app/page.tsx b/selfie-ui/src/app/page.tsx index 918df9f..636bb7b 100644 --- a/selfie-ui/src/app/page.tsx +++ b/selfie-ui/src/app/page.tsx @@ -53,7 +53,7 @@ const App = () => { -
Selfie
+
Vana Personal Server
{/* Page content here */} @@ -78,7 +78,7 @@ const App = () => { {/* Sidebar content here */}