Initial commit

This commit is contained in:
2026-04-07 12:31:22 +05:30
commit 510fba47b5
54 changed files with 2964 additions and 0 deletions

13
.streamlit/config.toml Normal file
View File

@@ -0,0 +1,13 @@
[theme]
base = "light"
primaryColor = "#4F46E5"
backgroundColor = "#F8FAFC"
secondaryBackgroundColor = "#FFFFFF"
textColor = "#0F172A"
font = "sans serif"
[client]
showSidebarNavigation = false
[server]
fileWatcherType = "poll"