Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -89,6 +89,7 @@
|
|
89 |
<input
|
90 |
type="text"
|
91 |
id="prompt"
|
|
|
92 |
class="font-light text-lg w-full px-3 py-2 mx-1 resize-none outline-none"
|
93 |
placeholder="Add your prompt here..."
|
94 |
/>
|
|
|
89 |
<input
|
90 |
type="text"
|
91 |
id="prompt"
|
92 |
+
value="What is in the image?"
|
93 |
class="font-light text-lg w-full px-3 py-2 mx-1 resize-none outline-none"
|
94 |
placeholder="Add your prompt here..."
|
95 |
/>
|