Excel tool im Browser

This commit is contained in:
jonasgaudian
2026-02-21 02:01:12 +01:00
parent 4bffc34aad
commit 0ce01e95a1
10 changed files with 1084 additions and 0 deletions

16
.streamlit/config.toml Normal file
View File

@@ -0,0 +1,16 @@
[server]
port = 8501
address = "0.0.0.0"
headless = true
enableXsrfProtection = true
enableWebsocketCompression = true
[browser]
gatherUsageStats = false
[theme]
primaryColor = "#F03E3E"
backgroundColor = "#0F1115"
secondaryBackgroundColor = "#1E2028"
textColor = "#FFFFFF"
font = "sans serif"