Spaces:
Running
Running
temptrip
commited on
Commit
Β·
e2d30b3
1
Parent(s):
b1d43ae
init
Browse files
app.py
CHANGED
|
@@ -316,23 +316,23 @@ with gr.Blocks(title="Donald Trump AI Voice", theme=gr.themes.Soft()) as demo:
|
|
| 316 |
transition: all 0.3s ease;
|
| 317 |
border: none;
|
| 318 |
">π Explore Celebrity Voices</a>
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
| 336 |
</div>
|
| 337 |
</div>
|
| 338 |
|
|
|
|
| 316 |
transition: all 0.3s ease;
|
| 317 |
border: none;
|
| 318 |
">π Explore Celebrity Voices</a>
|
| 319 |
+
<a href="https://trumpaivoice.net/showcase" target="_blank" style="
|
| 320 |
+
display: inline-flex;
|
| 321 |
+
align-items: center;
|
| 322 |
+
justify-content: center;
|
| 323 |
+
padding: 18px 35px;
|
| 324 |
+
background: rgba(255,255,255,0.2);
|
| 325 |
+
color: white;
|
| 326 |
+
text-decoration: none;
|
| 327 |
+
border-radius: 15px;
|
| 328 |
+
font-weight: 700;
|
| 329 |
+
font-size: 16px;
|
| 330 |
+
text-align: center;
|
| 331 |
+
min-width: 200px;
|
| 332 |
+
box-shadow: 0 6px 20px rgba(0,0,0,0.2);
|
| 333 |
+
transition: all 0.3s ease;
|
| 334 |
+
border: 2px solid rgba(255,255,255,0.3);
|
| 335 |
+
">π View Showcase</a>
|
| 336 |
</div>
|
| 337 |
</div>
|
| 338 |
|