Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,10 +60,10 @@ with st.container():
|
|
60 |
subjects = [
|
61 |
("π Python", "pages/python.py"),
|
62 |
("π§ Machine Learning", "pages/machine_learning.py"),
|
63 |
-
("πΈοΈ Deep Learning", "pages/
|
64 |
-
("π Statistics", "pages/
|
65 |
-
("β¨ GenAI", "pages/
|
66 |
-
("π’οΈ SQL", "pages/
|
67 |
]
|
68 |
|
69 |
# Render buttons in a grid (3 per row)
|
|
|
60 |
subjects = [
|
61 |
("π Python", "pages/python.py"),
|
62 |
("π§ Machine Learning", "pages/machine_learning.py"),
|
63 |
+
("πΈοΈ Deep Learning", "pages/Deep_Learning.py"),
|
64 |
+
("π Statistics", "pages/Statistics.py"),
|
65 |
+
("β¨ GenAI", "pages/GenAI.py"),
|
66 |
+
("π’οΈ SQL", "pages/Sql.py")
|
67 |
]
|
68 |
|
69 |
# Render buttons in a grid (3 per row)
|