Spaces:
Running
Running
fix: pre-populate textarea
Browse files- index.html +1 -2
index.html
CHANGED
|
@@ -47,9 +47,8 @@
|
|
| 47 |
<textarea
|
| 48 |
id="sqlQuery"
|
| 49 |
rows="4"
|
| 50 |
-
placeholder="SELECT * FROM train LIMIT 10"
|
| 51 |
required
|
| 52 |
-
|
| 53 |
</div>
|
| 54 |
|
| 55 |
<button type="submit" id="submitBtn">Run Query</button>
|
|
|
|
| 47 |
<textarea
|
| 48 |
id="sqlQuery"
|
| 49 |
rows="4"
|
|
|
|
| 50 |
required
|
| 51 |
+
>SELECT * FROM data LIMIT 10</textarea>
|
| 52 |
</div>
|
| 53 |
|
| 54 |
<button type="submit" id="submitBtn">Run Query</button>
|