Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -617,8 +617,10 @@ def attention_check1():
|
|
| 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)';">
|
|
|
|
| 617 |
border: none;
|
| 618 |
border-radius: 8px !important;
|
| 619 |
padding: 10px 20px !important;
|
|
|
|
| 620 |
font-weight: bold !important;
|
| 621 |
+
font-family: 'Vazir', sans-serif !important;
|
| 622 |
+
text-align: right !important;
|
| 623 |
+
direction: rtl !important;
|
| 624 |
"
|
| 625 |
onmouseover="this.style.backgroundColor='#218838'; this.style.boxShadow='0 4px 8px rgba(0,0,0,0.15)';"
|
| 626 |
onmouseout="this.style.backgroundColor='#28a745'; this.style.boxShadow='0 2px 5px rgba(0,0,0,0.1)';">
|