first commit

This commit is contained in:
Jesselyn Mu
2025-01-28 10:05:01 +07:00
commit c6f1bb970b
40 changed files with 11294 additions and 0 deletions

6
.streamlit/secrets.toml Normal file
View File

@ -0,0 +1,6 @@
[mysql]
host = "localhost"
port = 3306
user = "root"
password = ""
dbname = "employee_attrition_db"