tsi-org commited on
Commit
329ed02
·
1 Parent(s): 261cefa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -83,7 +83,23 @@ menu = """
83
  """
84
 
85
  description = """
86
- 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!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  """
88
 
89
 
 
83
  """
84
 
85
  description = """
86
+ <style>
87
+ .notification {
88
+ text-align: center; /* Center the text */
89
+ background-color: #f1f1f1; /* Background color */
90
+ padding: 20px; /* Padding */
91
+ margin: 20px; /* Margin */
92
+ border-radius: 10px; /* Rounded corners */
93
+ font-size: 18px; /* Font size */
94
+ font-family: 'sans-serif'; /* Font family */
95
+ font-weight: bold; /* Bold text */
96
+ }
97
+ </style>
98
+
99
+ <div class="notification">
100
+ 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.
101
+ </div>
102
+
103
  """
104
 
105