temptrip commited on
Commit
e2d30b3
Β·
1 Parent(s): b1d43ae
Files changed (1) hide show
  1. app.py +17 -17
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
- <a href="https://trumpaivoice.net/trump-ai-song#generator" 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
- ">🎡 Generate a Song</a>
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