Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,10 +28,13 @@ my_languages = [
|
|
28 |
|
29 |
my_examples = [
|
30 |
[lb_text, "Male", "Lëtzebuergesch"],
|
31 |
-
[de_text, "Female", "Deutsch"]
|
32 |
-
]
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
35 |
"<table><tr>" \
|
36 |
"<td><image src = 'https://www.web3.lu/wp-content/uploads/2024/07/qubit-bookcovers-200.png' alt = 'bookcovers'></td>" \
|
37 |
"<td><p>User guide : 1. Click an example below the input field and click the play button in the audio field at the right side of the screen.</p>" \
|
|
|
28 |
|
29 |
my_examples = [
|
30 |
[lb_text, "Male", "Lëtzebuergesch"],
|
31 |
+
[de_text, "Female", "Deutsch"],
|
32 |
+
[fr_text, "Male", "Français"],
|
33 |
+
[en_text, "Female", "English"],
|
34 |
+
[pt_text, "Male", "Português"]
|
35 |
+
]
|
36 |
+
|
37 |
+
my_article = "<h3>More Infos</h3>" \
|
38 |
"<table><tr>" \
|
39 |
"<td><image src = 'https://www.web3.lu/wp-content/uploads/2024/07/qubit-bookcovers-200.png' alt = 'bookcovers'></td>" \
|
40 |
"<td><p>User guide : 1. Click an example below the input field and click the play button in the audio field at the right side of the screen.</p>" \
|