Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
|
@@ -8,7 +8,10 @@
|
|
| 8 |
<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." />
|
| 9 |
<meta name="keywords" content="Deep Learning, AI, Neural Networks, Visual Builder, PyTorch, Architecture Agents, Machine Learning, wuhp.org, LLM, Generative AI" />
|
| 10 |
<meta name="author" content="wuhp.org" />
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
| 12 |
<meta name="theme-color" content="#0f172a" />
|
| 13 |
<link rel="canonical" href="https://wuhp.org" />
|
| 14 |
|
|
@@ -17,6 +20,7 @@
|
|
| 17 |
<meta property="og:description" content="Build complex neural networks with the help of AI agents. Export to PyTorch instantly." />
|
| 18 |
<meta property="og:url" content="https://wuhp.org" />
|
| 19 |
<meta property="og:type" content="website" />
|
|
|
|
| 20 |
<meta property="og:image" content="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
|
| 21 |
<meta property="og:site_name" content="wuhp.org" />
|
| 22 |
|
|
|
|
| 8 |
<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." />
|
| 9 |
<meta name="keywords" content="Deep Learning, AI, Neural Networks, Visual Builder, PyTorch, Architecture Agents, Machine Learning, wuhp.org, LLM, Generative AI" />
|
| 10 |
<meta name="author" content="wuhp.org" />
|
| 11 |
+
|
| 12 |
+
<!-- Robots: Allow indexing and maximize snippet presentation -->
|
| 13 |
+
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
| 14 |
+
|
| 15 |
<meta name="theme-color" content="#0f172a" />
|
| 16 |
<link rel="canonical" href="https://wuhp.org" />
|
| 17 |
|
|
|
|
| 20 |
<meta property="og:description" content="Build complex neural networks with the help of AI agents. Export to PyTorch instantly." />
|
| 21 |
<meta property="og:url" content="https://wuhp.org" />
|
| 22 |
<meta property="og:type" content="website" />
|
| 23 |
+
<meta property="og:locale" content="en_US" />
|
| 24 |
<meta property="og:image" content="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
|
| 25 |
<meta property="og:site_name" content="wuhp.org" />
|
| 26 |
|