More Polish
This commit is contained in:
parent
f13a3e12a2
commit
70b734e10f
@ -19,8 +19,8 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gray-100 dark:bg-secondary flex items-center justify-center min-h-screen">
|
<body class="bg-gray-500 dark:bg-secondary flex items-center justify-center min-h-screen">
|
||||||
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg p-6 w-full max-w-lg">
|
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg p-6 w-full max-w-6xl">
|
||||||
<!-- Header with Dark Mode Toggle -->
|
<!-- Header with Dark Mode Toggle -->
|
||||||
<div class="flex justify-between items-center mb-6">
|
<div class="flex justify-between items-center mb-6">
|
||||||
<h1 class="text-2xl font-bold text-gray-800 dark:text-gray-100">Interact with LLM</h1>
|
<h1 class="text-2xl font-bold text-gray-800 dark:text-gray-100">Interact with LLM</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user