diff --git a/public/app.js b/public/app.js index 1b644b5..8251c76 100644 --- a/public/app.js +++ b/public/app.js @@ -23,16 +23,14 @@ const starterImages = [ function PoweredByBanner() { return ( -
Powered by FLUX.1 Kontext on Replicate -
); } @@ -439,12 +437,12 @@ function App() { }, [showUpload]); return ( -
+
{/* Main Content */}
{showUpload ? ( /* Upload Section */ -
+
{/* Logo */}
Kontext Chat @@ -452,7 +450,7 @@ function App() { {/* Upload Area */} -
+
{/* Intro Text */}

@@ -490,16 +488,19 @@ function App() { {starterImages.map((starter, idx) => ( ))}

@@ -514,7 +515,7 @@ function App() {
) : ( /* Chat Section */ -
+
{/* Chat Header with Logo */}