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