siddhartharyaai commited on
Commit
3da762d
·
verified ·
1 Parent(s): f87dac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -440,7 +440,7 @@ def main():
440
 
441
  typed_q = st.text_input("Type your follow-up question:")
442
  # Replacing file_uploader with st.audio_input (Streamlit >= 1.41)
443
- audio_q = st.audio_input("Or record your voice question")
444
 
445
  if st.button("Submit Q&A"):
446
  if used_questions >= MAX_QA_QUESTIONS:
 
440
 
441
  typed_q = st.text_input("Type your follow-up question:")
442
  # Replacing file_uploader with st.audio_input (Streamlit >= 1.41)
443
+ audio_q = st.audio_input("Or record an audio question (WAV)")
444
 
445
  if st.button("Submit Q&A"):
446
  if used_questions >= MAX_QA_QUESTIONS: