Commit
·
9c55af2
1
Parent(s):
008819b
asd
Browse files
frontend/src/pages/Playground.tsx
CHANGED
|
@@ -680,7 +680,7 @@ export function Playground() {
|
|
| 680 |
{/* Main Content */}
|
| 681 |
<div className="flex-1 flex flex-col h-full">
|
| 682 |
{/* Content Area - Responsive layout */}
|
| 683 |
-
<div className="flex-1 flex
|
| 684 |
{/* Chat Area */}
|
| 685 |
<div className="flex-1 flex flex-col min-h-0">
|
| 686 |
{/* Chat Messages and Input */}
|
|
|
|
| 680 |
{/* Main Content */}
|
| 681 |
<div className="flex-1 flex flex-col h-full">
|
| 682 |
{/* Content Area - Responsive layout */}
|
| 683 |
+
<div className="flex-1 flex">
|
| 684 |
{/* Chat Area */}
|
| 685 |
<div className="flex-1 flex flex-col min-h-0">
|
| 686 |
{/* Chat Messages and Input */}
|
static/assets/index-5a0c6e64.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/assets/index-5a0c6e64.js.map
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Edge LLM</title>
|
| 8 |
-
<script type="module" crossorigin src="/assets/index-
|
| 9 |
<link rel="stylesheet" href="/assets/index-851c8378.css">
|
| 10 |
</head>
|
| 11 |
<body>
|
|
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Edge LLM</title>
|
| 8 |
+
<script type="module" crossorigin src="/assets/index-5a0c6e64.js"></script>
|
| 9 |
<link rel="stylesheet" href="/assets/index-851c8378.css">
|
| 10 |
</head>
|
| 11 |
<body>
|