alecdickinson commited on
Commit
32881c3
1 Parent(s): 7ceb8a6

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

Browse files

Make the call to action more precise to drive attention to the text in order for the user to double check both the CONTENT and the EMAIL/PHONE NUMBER before SENDING.

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):