Initial import
This commit is contained in:
23
.streamlit/config.toml
Normal file
23
.streamlit/config.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[server]
|
||||
port = 8501
|
||||
address = "0.0.0.0"
|
||||
|
||||
[browser]
|
||||
gatherUsageStats = false
|
||||
|
||||
[logger]
|
||||
level = "info"
|
||||
|
||||
[client]
|
||||
toolbarMode = "viewer"
|
||||
showSidebarNavigation = false
|
||||
|
||||
[theme]
|
||||
base="light"
|
||||
backgroundColor = "#eee"
|
||||
secondaryBackgroundColor = "#fff"
|
||||
primaryColor = "black"
|
||||
baseRadius = "none"
|
||||
|
||||
[runner]
|
||||
magicEnabled = false
|
||||
Reference in New Issue
Block a user