First commit

This commit is contained in:
unknown
2026-06-09 21:18:13 -03:00
commit 5bff6b938b
66 changed files with 10922 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[theme]
# Color primario — verde TIP (botones, checkboxes, sliders, links activos)
primaryColor = "#27500A"
# Fondo de la app
backgroundColor = "#0e1117"
# Fondo de inputs, sidebars, expanders
secondaryBackgroundColor = "#1a1a1a"
# Color del texto principal
textColor = "#fafafa"
# Fuente
font = "sans serif"
+11
View File
@@ -0,0 +1,11 @@
# .streamlit/secrets.toml
# Configuración de la API
[api]
base_url = "http://localhost:8000"
timeout = 30
# Configuración de la app
[app]
name = "Sistema de Inteligencia de Amenazas"
version = "1.0.0"