Michael Rey commited on
Commit
d4c2f90
·
1 Parent(s): dedc811

fixing the problem

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +8 -0
src/.streamlit/config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 7860
4
+ enableCORS = false
5
+
6
+ [global]
7
+ disableUsageStats = true
8
+ disableWatchdogWarning = true