awacke1 commited on
Commit
22e76cc
·
verified ·
1 Parent(s): f4c0a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -763,8 +763,8 @@ speech_recognition_html = """
763
  stopButton.disabled = false;
764
  } catch (e) {
765
  console.error(e);
766
- status.textContent = '';
767
- #status.textContent = 'Error: ' + e.message;
768
  }
769
  };
770
  // Auto-start on load
 
763
  stopButton.disabled = false;
764
  } catch (e) {
765
  console.error(e);
766
+ #status.textContent = '';
767
+ status.textContent = 'Error: ' + e.message;
768
  }
769
  };
770
  // Auto-start on load