diff --git a/lerobot/templates/browser_ui.html b/lerobot/templates/browser_ui.html
index b0924dcdd..fb867ff00 100644
--- a/lerobot/templates/browser_ui.html
+++ b/lerobot/templates/browser_ui.html
@@ -133,7 +133,6 @@
Configuration
-
Controls
@@ -334,7 +333,7 @@
Logs
toggleReward() {
this.rewardEnabled = !this.rewardEnabled;
// Emit the appropriate key event or handle reward toggle logic here
- this.handleKey(this.rewardEnabled ? 'EnableReward' : 'DisableReward');
+ this.handleKey('space');
},
enableVoice() {