Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -584,23 +584,7 @@ def attention_check1():
|
|
| 584 |
"""سوال توجه اول با دکمه سبز کاملاً عملی"""
|
| 585 |
# 1. تزریق استایلهای سفارشی
|
| 586 |
st.markdown("""
|
| 587 |
-
<style>
|
| 588 |
-
/* دکمه سبز اختصاصی */
|
| 589 |
-
.custom-green-btn {
|
| 590 |
-
background-color: #28a745 !important;
|
| 591 |
-
color: white !important;
|
| 592 |
-
border: none !important;
|
| 593 |
-
border-radius: 8px !important;
|
| 594 |
-
padding: 10px 20px !important;
|
| 595 |
-
font-weight: bold !important;
|
| 596 |
-
width: 100% !important;
|
| 597 |
-
margin-top: 15px !important;
|
| 598 |
-
cursor: pointer !important;
|
| 599 |
-
}
|
| 600 |
-
.custom-green-btn:hover {
|
| 601 |
-
background-color: #218838 !important;
|
| 602 |
-
}
|
| 603 |
-
|
| 604 |
/* مخفی کردن دکمه پیشفرض Streamlit */
|
| 605 |
div[data-testid="stButton"] > button[kind="primary"] {
|
| 606 |
display: none !important;
|
|
|
|
| 584 |
"""سوال توجه اول با دکمه سبز کاملاً عملی"""
|
| 585 |
# 1. تزریق استایلهای سفارشی
|
| 586 |
st.markdown("""
|
| 587 |
+
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 588 |
/* مخفی کردن دکمه پیشفرض Streamlit */
|
| 589 |
div[data-testid="stButton"] > button[kind="primary"] {
|
| 590 |
display: none !important;
|