Maryam Ilka commited on
Commit
7eea889
·
verified ·
1 Parent(s): dc81604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
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
- 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. منطق اصلی دکمه (مخفی)
 
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. منطق اصلی دکمه (مخفی)