Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,16 @@ badges = """
|
|
41 |
description = """
|
42 |
Welcome to AI Tutor Text to Voice, single foundational model supporting 28 languages including: English, Chinese, Spanish, Hindi, Portuguese, French, German, Japanese, Arabic, Korean, Indonesian, Italian, Dutch, Turkish, Polish, Swedish, Filipino, Malay, Romanian, Ukrainian, Greek, Czech, Danish, Finnish, Bulgarian, Croatian, Slovak, and Tamil. Sign up on [ElevenLabs](https://elevenlabs.io) to get fast access, long-form generation, voice cloning, API keys, and more!
|
43 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
with gr.Blocks() as block:
|
46 |
gr.Markdown('')
|
|
|
41 |
description = """
|
42 |
Welcome to AI Tutor Text to Voice, single foundational model supporting 28 languages including: English, Chinese, Spanish, Hindi, Portuguese, French, German, Japanese, Arabic, Korean, Indonesian, Italian, Dutch, Turkish, Polish, Swedish, Filipino, Malay, Romanian, Ukrainian, Greek, Czech, Danish, Finnish, Bulgarian, Croatian, Slovak, and Tamil. Sign up on [ElevenLabs](https://elevenlabs.io) to get fast access, long-form generation, voice cloning, API keys, and more!
|
43 |
"""
|
44 |
+
menu = """
|
45 |
+
<div style="display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f5; padding: 10px;">
|
46 |
+
<span>🎵 AI Tutor Text to Voice</span>
|
47 |
+
<div>
|
48 |
+
<a href="#" style="margin-right: 15px;">Home</a>
|
49 |
+
<a href="#" style="margin-right: 15px;">About</a>
|
50 |
+
<a href="#">Contact</a>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
"""
|
54 |
|
55 |
with gr.Blocks() as block:
|
56 |
gr.Markdown('')
|