Spaces:
Runtime error
Runtime error
Commit
β’
dcb554d
1
Parent(s):
1c60c1d
small ui fix
Browse files- public/index.html +4 -4
public/index.html
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
<body>
|
10 |
<div class="flex flex-col md:flex-row" x-data="app()" x-init="init()">
|
11 |
<div
|
12 |
-
class="md:h-screen bg-stone-100 transition-[width] delay-150 ease-in-out"
|
13 |
-
:class="open ? 'w-full md:w-2/6' : '
|
14 |
>
|
15 |
<div class="hero-content text-center">
|
16 |
<div class="flex flex-col w-full md:max-w-xl space-y-3 md:space-y-6">
|
@@ -23,7 +23,7 @@
|
|
23 |
Webapp Factory π
|
24 |
</h1>
|
25 |
<div
|
26 |
-
class="py-1 md:py-2 space-y-2 md:space-y-
|
27 |
:class="open
|
28 |
? 'text-lg lg:text-xl'
|
29 |
: 'text-lg lg:text-xl'"
|
@@ -54,7 +54,7 @@
|
|
54 |
<span x-show="promptDraft.length >= minPromptSize && state !== 'stopped'">Stop now</span>
|
55 |
<span x-show="promptDraft.length >= minPromptSize && state === 'stopped'">Generate!</span>
|
56 |
</button>
|
57 |
-
<div class="flex flex-col
|
58 |
<p class="py-3 text-stone-700">
|
59 |
Model used:
|
60 |
<a href="https://huggingface.co/WizardLM/WizardCoder-15B-V1.0" class="underline" target="_blank">
|
|
|
9 |
<body>
|
10 |
<div class="flex flex-col md:flex-row" x-data="app()" x-init="init()">
|
11 |
<div
|
12 |
+
class="hero md:h-screen bg-stone-100 transition-[width] delay-150 ease-in-out"
|
13 |
+
:class="open ? 'w-full md:w-2/6' : 'w-full md:w-6/6'"
|
14 |
>
|
15 |
<div class="hero-content text-center">
|
16 |
<div class="flex flex-col w-full md:max-w-xl space-y-3 md:space-y-6">
|
|
|
23 |
Webapp Factory π
|
24 |
</h1>
|
25 |
<div
|
26 |
+
class="py-1 md:py-2 space-y-2 md:space-y-3 text-stone-600 transition-all delay-150 ease-in-out"
|
27 |
:class="open
|
28 |
? 'text-lg lg:text-xl'
|
29 |
: 'text-lg lg:text-xl'"
|
|
|
54 |
<span x-show="promptDraft.length >= minPromptSize && state !== 'stopped'">Stop now</span>
|
55 |
<span x-show="promptDraft.length >= minPromptSize && state === 'stopped'">Generate!</span>
|
56 |
</button>
|
57 |
+
<div class="flex flex-col text-stone-700">
|
58 |
<p class="py-3 text-stone-700">
|
59 |
Model used:
|
60 |
<a href="https://huggingface.co/WizardLM/WizardCoder-15B-V1.0" class="underline" target="_blank">
|