Imarticuslearning commited on
Commit
e5617de
·
verified ·
1 Parent(s): e03ad12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -880,7 +880,7 @@ if st.session_state["generated_questions"]:
880
  st.success("✅ Audio uploaded. You may now confirm your answer.")
881
  st.audio(wav_path, format="audio/wav")
882
 
883
- if elapsed_rec > 15 and "response_file" not in st.session_state:
884
  st.warning("⚠️ No audio captured. Moving to next question.")
885
  st.session_state["answers"].append({
886
  "question": question,
 
880
  st.success("✅ Audio uploaded. You may now confirm your answer.")
881
  st.audio(wav_path, format="audio/wav")
882
 
883
+ if elapsed > 15 and "response_file" not in st.session_state:
884
  st.warning("⚠️ No audio captured. Moving to next question.")
885
  st.session_state["answers"].append({
886
  "question": question,