Carga inicial
This commit is contained in:
29
.streamlit/config.toml
Normal file
29
.streamlit/config.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
# for local development
|
||||
[server]
|
||||
|
||||
#no default browser
|
||||
headless = true
|
||||
|
||||
# for local development
|
||||
runOnSave = true
|
||||
|
||||
# Limit uploads (MB). Excel files here are small; adjust if needed
|
||||
maxUploadSize = 5
|
||||
|
||||
# for local development
|
||||
fileWatcherType="poll"
|
||||
|
||||
|
||||
[theme]
|
||||
base="light"
|
||||
primaryColor = "#001d68"
|
||||
backgroundColor = "#FFFFFF"
|
||||
secondaryBackgroundColor = "#F4F6FA"
|
||||
textColor = "#111827"
|
||||
font = "sans serif"
|
||||
|
||||
[client]
|
||||
toolbarMode = "minimal"
|
||||
|
||||
[ui]
|
||||
hideTopBar = true
|
||||
Reference in New Issue
Block a user