salomonsky commited on
Commit
1bb42fc
·
verified ·
1 Parent(s): 87098b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gtts import gTTS
6
  from audio_recorder_streamlit import audio_recorder
7
  import speech_recognition as sr
8
 
9
- browser.gatherUsageStats = "false"
10
 
11
  if "history" not in st.session_state:
12
  st.session_state.history = []
 
6
  from audio_recorder_streamlit import audio_recorder
7
  import speech_recognition as sr
8
 
9
+ gatherUsageStats = "false"
10
 
11
  if "history" not in st.session_state:
12
  st.session_state.history = []