pradeep4321 commited on
Commit
ad487d7
·
verified ·
1 Parent(s): dc7b22f

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +2 -2
src/app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
- os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"
3
- os.makedirs("/tmp/.streamlit", exist_ok=True)
4
 
5
  import tempfile
6
  from gtts import gTTS
 
1
  import os
2
+ os.environ["STREAMLIT_CONFIG_DIR"] = "/src/.streamlit"
3
+ os.makedirs("/src/.streamlit", exist_ok=True)
4
 
5
  import tempfile
6
  from gtts import gTTS