Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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
|