We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1f629 commit a5c084cCopy full SHA for a5c084c
templates/index.html
@@ -67,7 +67,7 @@ <h1>Chords-Python Applications</h1>
67
<button type="submit" name="app_name" value="gui"
68
class="{% if 'gui' in running_apps %}running{% else %}not-running{% endif %}"
69
{% if not lsl_started %}disabled{% endif %}>
70
- GUI of 6 Channels
+ GUI of Channels
71
</button>
72
<button type="submit" name="app_name" value="keystroke"
73
class="{% if 'keystroke' in running_apps %}running{% else %}not-running{% endif %}"
0 commit comments