Skip to content

Commit a5c084c

Browse files
committed
Update button
1 parent 2d1f629 commit a5c084c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1>Chords-Python Applications</h1>
6767
<button type="submit" name="app_name" value="gui"
6868
class="{% if 'gui' in running_apps %}running{% else %}not-running{% endif %}"
6969
{% if not lsl_started %}disabled{% endif %}>
70-
GUI of 6 Channels
70+
GUI of Channels
7171
</button>
7272
<button type="submit" name="app_name" value="keystroke"
7373
class="{% if 'keystroke' in running_apps %}running{% else %}not-running{% endif %}"

0 commit comments

Comments
 (0)