Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
@@ -17,8 +17,7 @@
|
|
17 |
</head>
|
18 |
|
19 |
<body class="bg-zinc-100 dark:bg-slate-950 text-black dark:text-white flex items-center justify-center min-h-screen">
|
20 |
-
<div
|
21 |
-
class="flex w-full w-full flex-col overflow-hidden border border-slate-800 dark:border-gray-700 shadow-lg rounded-lg h-[90vh] h-full">
|
22 |
<div class="flex flex-col flex-grow overflow-hidden">
|
23 |
<div id="chat-container" class="flex-grow overflow-y-auto p-3 space-y-3 bg-zinc-100 dark:bg-slate-950">
|
24 |
</div>
|
|
|
17 |
</head>
|
18 |
|
19 |
<body class="bg-zinc-100 dark:bg-slate-950 text-black dark:text-white flex items-center justify-center min-h-screen">
|
20 |
+
<div class="flex w-full flex-col overflow-hidden border border-slate-800 dark:border-gray-700 shadow-lg rounded-lg h-screen">
|
|
|
21 |
<div class="flex flex-col flex-grow overflow-hidden">
|
22 |
<div id="chat-container" class="flex-grow overflow-y-auto p-3 space-y-3 bg-zinc-100 dark:bg-slate-950">
|
23 |
</div>
|