Skip to content

Commit 974df48

Browse files
committed
Change text in index
1 parent 3077b66 commit 974df48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/tailwind.html.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>marimo WebAssembly + GitHub Pages Template</title>
6+
<title>Python ML tutorials</title>
77
<!-- Include Tailwind CSS via CDN -->
88
<script src="https://cdn.tailwindcss.com"></script>
99
</head>
@@ -12,8 +12,8 @@
1212
<!-- Header -->
1313
<header class="bg-gray-100 p-6 text-center rounded-lg mb-6">
1414
<img src="https://github.com/marimo-team/marimo/main/docs/_static/marimo-logotype-thick.svg" alt="marimo Logo" class="w-20 h-auto mx-auto mb-3">
15-
<h1 class="text-2xl font-bold mb-2">marimo WebAssembly + GitHub Pages Template</h1>
16-
<p class="text-sm">Interactive Python notebooks exported to WebAssembly and deployed to GitHub Pages</p>
15+
<h1 class="text-2xl font-bold mb-2">Python ML tutorials with marimo!</h1>
16+
<p class="text-sm">Interactive Python notebooks to understand the basics of ML and optimization algorithms</p>
1717
</header>
1818

1919
<main>

0 commit comments

Comments
 (0)