Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
144c52f
1
Parent(s):
d9d544c
put the button back
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">Try
|
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">Try my new Space</span>
|
12 |
+
<span className="inline md:hidden">Try my new Space</span>
|
13 |
</Button>
|
14 |
)
|
15 |
}
|
src/app/interface/bottom-bar/bottom-bar.tsx
CHANGED
@@ -133,10 +133,7 @@ function BottomBar() {
|
|
133 |
)}>
|
134 |
<About />
|
135 |
<Discord />
|
136 |
-
{/*
|
137 |
-
let's put it back once we have music
|
138 |
<Advert />
|
139 |
-
*/}
|
140 |
</div>
|
141 |
<div className={cn(
|
142 |
`flex flex-row`,
|
|
|
133 |
)}>
|
134 |
<About />
|
135 |
<Discord />
|
|
|
|
|
136 |
<Advert />
|
|
|
137 |
</div>
|
138 |
<div className={cn(
|
139 |
`flex flex-row`,
|