Spaces:
Running
Running
undefined - Follow Up Deployment
Browse files- index.html +1 -1
index.html
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
<label for="eventData" class="block text-sm font-medium text-gray-700 mb-2">Event Data (JSON format)</label>
|
46 |
<textarea
|
47 |
id="eventData"
|
48 |
-
rows="
|
49 |
class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 font-mono text-sm"
|
50 |
placeholder="Paste your event data here (e.g. {'Event name': [[start1, end1], [start2, end2], ...]})">{
|
51 |
'Video game sound': [[0.0, 10.0]],
|
|
|
45 |
<label for="eventData" class="block text-sm font-medium text-gray-700 mb-2">Event Data (JSON format)</label>
|
46 |
<textarea
|
47 |
id="eventData"
|
48 |
+
rows="6"
|
49 |
class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 font-mono text-sm"
|
50 |
placeholder="Paste your event data here (e.g. {'Event name': [[start1, end1], [start2, end2], ...]})">{
|
51 |
'Video game sound': [[0.0, 10.0]],
|