Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -828,7 +828,7 @@ def main():
|
|
828 |
st.session_state.voice_transcript = ""
|
829 |
|
830 |
# Display speech recognition component and capture returned value
|
831 |
-
transcript = st.components.v1.html(speech_recognition_html, height=
|
832 |
|
833 |
# Update session state if there's new data
|
834 |
if transcript is not None and transcript != "":
|
|
|
828 |
st.session_state.voice_transcript = ""
|
829 |
|
830 |
# Display speech recognition component and capture returned value
|
831 |
+
transcript = st.components.v1.html(speech_recognition_html, height=400)
|
832 |
|
833 |
# Update session state if there's new data
|
834 |
if transcript is not None and transcript != "":
|