Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ DESCRIPTION_TTT = """<div style="display: flex; justify-content: space-between;
|
|
23 |
Pour plus de détails sur ce projet ou pour toute collaboration, veuillez prendre attache avec nous via WhatsApp au <b>+226 66 62 83 03</b>.
|
24 |
</div>
|
25 |
<div style="flex-shrink: 0; min-width: 150px; text-align: center;">
|
26 |
-
<img src="https://
|
27 |
</div>
|
28 |
</div>
|
29 |
"""
|
@@ -36,7 +36,7 @@ DESCRIPTION_TTS = """<div style="display: flex; justify-content: space-between;
|
|
36 |
Pour plus de détails sur ce projet ou pour toute collaboration, veuillez prendre attache avec nous via WhatsApp au <b>+226 66 62 83 03</b>.
|
37 |
</div>
|
38 |
<div style="flex-shrink: 0; min-width: 150px; text-align: center;">
|
39 |
-
<img src="https://
|
40 |
</div>
|
41 |
</div>
|
42 |
"""
|
@@ -49,7 +49,7 @@ DESCRIPTION_STT = """<div style="display: flex; justify-content: space-between;
|
|
49 |
Pour plus de détails sur ce projet ou pour toute collaboration, veuillez prendre attache avec nous via WhatsApp au <b>+226 66 62 83 03</b>.
|
50 |
</div>
|
51 |
<div style="flex-shrink: 0; min-width: 150px; text-align: center;">
|
52 |
-
<img src="https://
|
53 |
</div>
|
54 |
</div>
|
55 |
"""
|
|
|
23 |
Pour plus de détails sur ce projet ou pour toute collaboration, veuillez prendre attache avec nous via WhatsApp au <b>+226 66 62 83 03</b>.
|
24 |
</div>
|
25 |
<div style="flex-shrink: 0; min-width: 150px; text-align: center;">
|
26 |
+
<img src="https://goaicorporation.org/assets/images/logo.png" width="300px" style="max-width: 100%; height: auto;">
|
27 |
</div>
|
28 |
</div>
|
29 |
"""
|
|
|
36 |
Pour plus de détails sur ce projet ou pour toute collaboration, veuillez prendre attache avec nous via WhatsApp au <b>+226 66 62 83 03</b>.
|
37 |
</div>
|
38 |
<div style="flex-shrink: 0; min-width: 150px; text-align: center;">
|
39 |
+
<img src="https://goaicorporation.org/assets/images/logo.png" width="300px" style="max-width: 100%; height: auto;">
|
40 |
</div>
|
41 |
</div>
|
42 |
"""
|
|
|
49 |
Pour plus de détails sur ce projet ou pour toute collaboration, veuillez prendre attache avec nous via WhatsApp au <b>+226 66 62 83 03</b>.
|
50 |
</div>
|
51 |
<div style="flex-shrink: 0; min-width: 150px; text-align: center;">
|
52 |
+
<img src="https://goaicorporation.org/assets/images/logo.png" width="300px" style="max-width: 100%; height: auto;">
|
53 |
</div>
|
54 |
</div>
|
55 |
"""
|