Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,6 +182,7 @@ with tab2:
|
|
| 182 |
|
| 183 |
|
| 184 |
question = st.text_input("Enter your question:")
|
|
|
|
| 185 |
|
| 186 |
if st.button("🎤 Speak"):
|
| 187 |
question = recognize_speech()
|
|
|
|
| 182 |
|
| 183 |
|
| 184 |
question = st.text_input("Enter your question:")
|
| 185 |
+
use_voice = False
|
| 186 |
|
| 187 |
if st.button("🎤 Speak"):
|
| 188 |
question = recognize_speech()
|