salomonsky commited on
Commit
2f2107c
1 Parent(s): eb683c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def main():
107
  if not st.session_state.pre_prompt_sent:
108
  st.session_state.pre_prompt_sent = True
109
 
110
- audio_bytes = audio_recorder(text="Hablar: ", recording_color="#b81414", neutral_color="#808080",)
111
 
112
  if audio_bytes:
113
  st.audio(audio_bytes, format="audio/wav")
 
107
  if not st.session_state.pre_prompt_sent:
108
  st.session_state.pre_prompt_sent = True
109
 
110
+ audio_bytes = audio_recorder(text="", recording_color="#b81414", neutral_color="#808080",)
111
 
112
  if audio_bytes:
113
  st.audio(audio_bytes, format="audio/wav")