Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -612,19 +612,13 @@ def attention_check1():
|
|
| 612 |
|
| 613 |
<button onclick="handleClick()"
|
| 614 |
style="
|
| 615 |
-
background-color: #28a745;
|
| 616 |
-
color: white;
|
| 617 |
border: none;
|
| 618 |
-
border-radius: 8px;
|
| 619 |
-
padding:
|
| 620 |
-
width: 100%;
|
| 621 |
-
cursor: pointer;
|
| 622 |
font-family: 'Vazir', sans-serif;
|
| 623 |
-
font-
|
| 624 |
-
font-weight: bold;
|
| 625 |
-
margin: 15px 0;
|
| 626 |
-
transition: all 0.3s;
|
| 627 |
-
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
| 628 |
"
|
| 629 |
onmouseover="this.style.backgroundColor='#218838'; this.style.boxShadow='0 4px 8px rgba(0,0,0,0.15)';"
|
| 630 |
onmouseout="this.style.backgroundColor='#28a745'; this.style.boxShadow='0 2px 5px rgba(0,0,0,0.1)';">
|
|
|
|
| 612 |
|
| 613 |
<button onclick="handleClick()"
|
| 614 |
style="
|
| 615 |
+
background-color: #28a745 !important;
|
| 616 |
+
color: white !important;
|
| 617 |
border: none;
|
| 618 |
+
border-radius: 8px !important;
|
| 619 |
+
padding: 10px 20px !important;
|
|
|
|
|
|
|
| 620 |
font-family: 'Vazir', sans-serif;
|
| 621 |
+
font-weight: bold !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 622 |
"
|
| 623 |
onmouseover="this.style.backgroundColor='#218838'; this.style.boxShadow='0 4px 8px rgba(0,0,0,0.15)';"
|
| 624 |
onmouseout="this.style.backgroundColor='#28a745'; this.style.boxShadow='0 2px 5px rgba(0,0,0,0.1)';">
|