Spaces:
Runtime error
Runtime error
Upload config.toml
Browse files- .streamlit/config.toml +27 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[12]
|
| 2 |
+
Host = "localhost"
|
| 3 |
+
Port = "3306"
|
| 4 |
+
User = "root"
|
| 5 |
+
Password = "mysql"
|
| 6 |
+
Databases = "atliq_tshirts"
|
| 7 |
+
|
| 8 |
+
[13]
|
| 9 |
+
Host = "localhost"
|
| 10 |
+
Port = "3306"
|
| 11 |
+
User = "root"
|
| 12 |
+
Password = "mysql"
|
| 13 |
+
Databases = "moviesdb"
|
| 14 |
+
|
| 15 |
+
[14]
|
| 16 |
+
Host = "localhost"
|
| 17 |
+
Port = "3306"
|
| 18 |
+
User = "root"
|
| 19 |
+
Password = "mysql"
|
| 20 |
+
Databases = "moviesdb"
|
| 21 |
+
|
| 22 |
+
[1]
|
| 23 |
+
Host = "localhost"
|
| 24 |
+
Port = "3306"
|
| 25 |
+
User = "root"
|
| 26 |
+
Password = "mysql"
|
| 27 |
+
Databases = "moviesdb"
|