Spaces:
Sleeping
Sleeping
Commit
·
32526d3
1
Parent(s):
faff143
new default question
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
<input
|
26 |
id="text-gen-input"
|
27 |
type="text"
|
28 |
-
value="
|
29 |
/>
|
30 |
<button id="text-gen-submit">Submit</button>
|
31 |
<p class="text-gen-output"></p>
|
|
|
25 |
<input
|
26 |
id="text-gen-input"
|
27 |
type="text"
|
28 |
+
value="what is the meaning of life ?"
|
29 |
/>
|
30 |
<button id="text-gen-submit">Submit</button>
|
31 |
<p class="text-gen-output"></p>
|