Prageeth-1 commited on
Commit
aa6fe03
·
verified ·
1 Parent(s): 71ae375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()