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