Increase the likelihood of the user's contact information be correct.

#1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ if user_secret:
69
  output = model.transcribe("audio.mp3")
70
  with st.spinner('Wait for it...'):
71
  user_audio = output['text']
72
- user_input = st.text_area("Message (You can edit the text if you want)", user_audio)
73
  button_run = st.button("Run")
74
 
75
  if(button_run):
 
69
  output = model.transcribe("audio.mp3")
70
  with st.spinner('Wait for it...'):
71
  user_audio = output['text']
72
+ user_input = st.text_area("Please EDIT your text BEFORE you SEND)", user_audio)
73
  button_run = st.button("Run")
74
 
75
  if(button_run):