Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,23 @@ menu = """
|
|
83 |
"""
|
84 |
|
85 |
description = """
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|