morethanair commited on
Commit
e737776
·
1 Parent(s): d408cba

Fix: add server config to avoid root permission error

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -1
.streamlit/config.toml CHANGED
@@ -1 +1,6 @@
1
- GEMINI_API_KEY = "AIzaSyD6d0iy27sTkwPT9YHhS4yoCaYzuuy5-Vo"
 
 
 
 
 
 
1
+ GEMINI_API_KEY = "AIzaSyD6d0iy27sTkwPT9YHhS4yoCaYzuuy5-Vo"
2
+
3
+ [server]
4
+ headless = true
5
+ port = 7860
6
+ enableCORS = false