Spaces:
Running
Running
Update app.py
Browse files
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.
|
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:
|