Spaces:
Paused
Paused
Commit
Β·
3bc5f79
1
Parent(s):
ab951de
permalink
Browse files
src/app/studio/[ownerId]/main.tsx
CHANGED
@@ -30,6 +30,9 @@ export default async function Main({ ownerId }: { ownerId: string }) {
|
|
30 |
<p className="text-md font-thin">
|
31 |
Powered by <span className="font-normal">Hugging Face π€</span>
|
32 |
</p>
|
|
|
|
|
|
|
33 |
</div>
|
34 |
|
35 |
<input
|
|
|
30 |
<p className="text-md font-thin">
|
31 |
Powered by <span className="font-normal">Hugging Face π€</span>
|
32 |
</p>
|
33 |
+
<p className="text-md font-thin">
|
34 |
+
Keep the <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">the link</a> to this page!
|
35 |
+
</p>
|
36 |
</div>
|
37 |
|
38 |
<input
|