aseelflihan commited on
Commit
eaa2837
·
verified ·
1 Parent(s): 126577b

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ address = "0.0.0.0"
4
+ port = 5000
5
+
6
+ [theme]
7
+ base = "light"