znation HF Staff commited on
Commit
b2d40c3
·
1 Parent(s): e465407

fix: pre-populate textarea

Browse files
Files changed (1) hide show
  1. 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
- ></textarea>
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>