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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -763,7 +763,8 @@ speech_recognition_html = """
763
  stopButton.disabled = false;
764
  } catch (e) {
765
  console.error(e);
766
- status.textContent = 'Error: ' + e.message;
 
767
  }
768
  };
769
  // 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