Carga inicial

This commit is contained in:
AlexLara
2026-03-03 13:05:51 -06:00
commit 857f8f94d4
9 changed files with 543 additions and 0 deletions

29
.streamlit/config.toml Normal file
View 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