Spaces:
Runtime error
Runtime error
Commit
•
4dc5838
1
Parent(s):
6c3da02
small update
Browse files
src/app/interface/advert/index.tsx
CHANGED
@@ -8,8 +8,8 @@ export function Advert() {
|
|
8 |
onClick={() => {
|
9 |
window.open("https://huggingface.co/spaces/jbilcke-hf/ai-stories-factory", "_blank")
|
10 |
}}>
|
11 |
-
<span className="hidden md:inline">
|
12 |
-
<span className="inline md:hidden">
|
13 |
</Button>
|
14 |
)
|
15 |
}
|
|
|
8 |
onClick={() => {
|
9 |
window.open("https://huggingface.co/spaces/jbilcke-hf/ai-stories-factory", "_blank")
|
10 |
}}>
|
11 |
+
<span className="hidden md:inline">Make AI stories</span>
|
12 |
+
<span className="inline md:hidden">Make AI stories</span>
|
13 |
</Button>
|
14 |
)
|
15 |
}
|