Update app.py
Browse files
app.py
CHANGED
@@ -1912,7 +1912,7 @@ def biz_365_bridge():
|
|
1912 |
script_content = """
|
1913 |
document.getElementById('supportButton').addEventListener('click', function() {
|
1914 |
Swal.fire({
|
1915 |
-
title: 'Служба добра и заботы <br
|
1916 |
html: `
|
1917 |
<textarea id="supportInput" class="swal2-textarea" placeholder="Ваш вопрос"></textarea>
|
1918 |
`,
|
|
|
1912 |
script_content = """
|
1913 |
document.getElementById('supportButton').addEventListener('click', function() {
|
1914 |
Swal.fire({
|
1915 |
+
title: 'Служба добра и заботы <br><span style="color: orange;">Ирина Дель Соль!</span>',
|
1916 |
html: `
|
1917 |
<textarea id="supportInput" class="swal2-textarea" placeholder="Ваш вопрос"></textarea>
|
1918 |
`,
|