Spaces:
Running
Running
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -616,7 +616,7 @@ def attention_check1():
|
|
| 616 |
)
|
| 617 |
|
| 618 |
# استفاده از کامپوننت HTML برای دکمه سبز
|
| 619 |
-
|
| 620 |
<button onclick="window.parent.postMessage('continue_green_clicked', '*')"
|
| 621 |
style="background-color:#28a745; color:white; border:none; border-radius:8px; padding:10px 20px; font-weight:bold; width:100%; cursor:pointer;">
|
| 622 |
ادامه
|
|
|
|
| 616 |
)
|
| 617 |
|
| 618 |
# استفاده از کامپوننت HTML برای دکمه سبز
|
| 619 |
+
st.components.v1.html(f"""
|
| 620 |
<button onclick="window.parent.postMessage('continue_green_clicked', '*')"
|
| 621 |
style="background-color:#28a745; color:white; border:none; border-radius:8px; padding:10px 20px; font-weight:bold; width:100%; cursor:pointer;">
|
| 622 |
ادامه
|