Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -1
index.html
CHANGED
|
@@ -3,7 +3,14 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>Architecture Agents</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1194928369043500" crossorigin="anonymous"></script>
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" />
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>Architecture Agents - AI Deep Learning Builder | wuhp.org</title>
|
| 7 |
+
<meta name="description" content="Design, validate, and generate PyTorch code for deep learning models using visual AI agents. The ultimate drag-and-drop neural network architect on wuhp.org." />
|
| 8 |
+
<meta name="keywords" content="Deep Learning, AI, Neural Networks, Visual Builder, PyTorch, Architecture Agents, Machine Learning, wuhp.org" />
|
| 9 |
+
<meta property="og:title" content="Architecture Agents - Visual AI Builder" />
|
| 10 |
+
<meta property="og:description" content="Build complex neural networks with the help of AI agents. Export to PyTorch instantly." />
|
| 11 |
+
<meta property="og:url" content="https://wuhp.org" />
|
| 12 |
+
<meta property="og:type" content="website" />
|
| 13 |
+
|
| 14 |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1194928369043500" crossorigin="anonymous"></script>
|
| 15 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 16 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" />
|