We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5759792 commit da85515Copy full SHA for da85515
1 file changed
app/learning-ml/page.tsx
@@ -8,13 +8,12 @@ export default function LearningMLPage() {
8
return (
9
<div className="max-w-4xl mx-auto px-6 py-8">
10
<h1 className="text-4xl font-bold text-TiffanyBlue mb-8">
11
- Learning Machine Learning Note: This page is in active development.
12
- These posts are just for testing.
+ Learning Machine Learning
13
</h1>
14
15
<p className="text-xl text-amber-50 mb-8">
16
Follow my journey as I explore the fascinating world of machine
17
- learning, from fundamentals to advanced concepts.
+ learning.
18
</p>
19
20
{posts.length === 0 ? (
0 commit comments