Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -124,13 +124,13 @@
|
|
124 |
</head>
|
125 |
<body class="dark:bg-gray-900 dark:text-white">
|
126 |
<div class="flex flex-col p-12 md:p-32 font-sans">
|
127 |
-
<h1 class="text-2xl font-bold mb-4">
|
128 |
<h2 class="dark:text-gray-200">
|
129 |
-
Let's discuss and improve
|
130 |
</h2>
|
131 |
<p class="text-gray-500 dark:text-gray-400">
|
132 |
<a
|
133 |
-
href="https://huggingface.co/spaces/
|
134 |
class="underline hover:text-gray-800 dark:hover:text-gray-300"
|
135 |
>Go to the community tab</a
|
136 |
>
|
|
|
124 |
</head>
|
125 |
<body class="dark:bg-gray-900 dark:text-white">
|
126 |
<div class="flex flex-col p-12 md:p-32 font-sans">
|
127 |
+
<h1 class="text-2xl font-bold mb-4">Transformers Discussions</h1>
|
128 |
<h2 class="dark:text-gray-200">
|
129 |
+
Let's discuss and improve Transformers together
|
130 |
</h2>
|
131 |
<p class="text-gray-500 dark:text-gray-400">
|
132 |
<a
|
133 |
+
href="https://huggingface.co/spaces/transformers-discussion-board/Support/discussions"
|
134 |
class="underline hover:text-gray-800 dark:hover:text-gray-300"
|
135 |
>Go to the community tab</a
|
136 |
>
|