siddhartharyaai commited on
Commit
7743183
·
verified ·
1 Parent(s): 24911a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -465,7 +465,7 @@ def main():
465
  st.write(f"You can ask up to {remaining} more question(s).")
466
 
467
  typed_q = st.text_input("Type your follow-up question:")
468
- audio_q = st.file_uploader("Or upload an audio question (WAV, MP3)")
469
 
470
  if st.button("Submit Q&A"):
471
  if used_questions >= MAX_QA_QUESTIONS:
 
465
  st.write(f"You can ask up to {remaining} more question(s).")
466
 
467
  typed_q = st.text_input("Type your follow-up question:")
468
+ audio_q = st.audio_input("Or record an audio question (WAV)")
469
 
470
  if st.button("Submit Q&A"):
471
  if used_questions >= MAX_QA_QUESTIONS: