Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -602,20 +602,20 @@ def attention_check1():
|
|
| 602 |
)
|
| 603 |
|
| 604 |
# 2. ایجاد دکمه سبز با JavaScript
|
| 605 |
-
st.components.v1.html(f"""
|
| 606 |
-
<button onclick="handleClick()"
|
| 607 |
-
|
| 608 |
-
|
| 609 |
-
|
| 610 |
-
|
| 611 |
-
|
| 612 |
-
|
| 613 |
-
|
| 614 |
-
|
| 615 |
-
|
| 616 |
-
|
| 617 |
-
</button>
|
| 618 |
-
""", height=60)
|
| 619 |
|
| 620 |
|
| 621 |
# 3. منطق اصلی دکمه (مخفی)
|
|
|
|
| 602 |
)
|
| 603 |
|
| 604 |
# 2. ایجاد دکمه سبز با JavaScript
|
| 605 |
+
st.components.v1.html(f"""
|
| 606 |
+
<button onclick="handleClick()"
|
| 607 |
+
style="
|
| 608 |
+
background: #28a745;
|
| 609 |
+
color: white;
|
| 610 |
+
border: none;
|
| 611 |
+
border-radius: 8px;
|
| 612 |
+
padding: 12px 24px;
|
| 613 |
+
width: 100%;
|
| 614 |
+
cursor: pointer;
|
| 615 |
+
">
|
| 616 |
+
ادامه
|
| 617 |
+
</button>
|
| 618 |
+
""", height=60)
|
| 619 |
|
| 620 |
|
| 621 |
# 3. منطق اصلی دکمه (مخفی)
|