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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -985,7 +985,7 @@ def main():
985
  transcript = st.components.v1.html(speech_recognition_html, height=400)
986
 
987
  # Update session state if there's new data
988
- showTranscript=false
989
  if showTranscript:
990
  #transcript is not None and transcript != "":
991
  st.session_state.voice_transcript = transcript
 
985
  transcript = st.components.v1.html(speech_recognition_html, height=400)
986
 
987
  # Update session state if there's new data
988
+ showTranscript=False
989
  if showTranscript:
990
  #transcript is not None and transcript != "":
991
  st.session_state.voice_transcript = transcript