missing files

This commit is contained in:
2025-11-12 21:41:32 -05:00
parent 2f0154b20f
commit e268604abb
3 changed files with 106 additions and 0 deletions

22
.streamlit/config.toml Normal file
View File

@@ -0,0 +1,22 @@
[server]
# Listen on all network interfaces
address = "0.0.0.0"
# Default port
port = 8501
# Run in headless mode (no browser auto-open)
headless = true
# Enable CORS for cross-origin requests
enableCORS = false
# Enable XSRF protection
enableXsrfProtection = true
[browser]
# Don't gather usage stats
gatherUsageStats = false
# Don't automatically open browser
serverAddress = "localhost"