Maryam Ilka commited on
Commit
15185b9
·
verified ·
1 Parent(s): 9015f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -0
app.py CHANGED
@@ -528,6 +528,15 @@ def map_view():
528
 
529
  def attention_check1():
530
  """سوال توجه اول (رادیویی ساده)"""
 
 
 
 
 
 
 
 
 
531
  st.markdown("### سوال توجه")
532
 
533
  answer = st.radio(
@@ -548,6 +557,14 @@ def attention_check1():
548
 
549
  def attention_check2():
550
  """سوال توجه دوم (رادیویی ساده)"""
 
 
 
 
 
 
 
 
551
  st.markdown("### سوال توجه")
552
 
553
  answer = st.radio(
 
528
 
529
  def attention_check1():
530
  """سوال توجه اول (رادیویی ساده)"""
531
+ st.markdown("""
532
+ <style>
533
+ /* تضمین رنگ متن برای تمام سطوح */
534
+ .st-ec, .st-ed, .st-ee, .st-ef, .st-eg, .st-eh, .st-ei, .st-ej {
535
+ color: black !important;
536
+ }
537
+ </style>
538
+ """, unsafe_allow_html=True)
539
+ st.markdown("### 📋 سوالات تکمیلی")
540
  st.markdown("### سوال توجه")
541
 
542
  answer = st.radio(
 
557
 
558
  def attention_check2():
559
  """سوال توجه دوم (رادیویی ساده)"""
560
+ st.markdown("""
561
+ <style>
562
+ /* تضمین رنگ متن برای تمام سطوح */
563
+ .st-ec, .st-ed, .st-ee, .st-ef, .st-eg, .st-eh, .st-ei, .st-ej {
564
+ color: black !important;
565
+ }
566
+ </style>
567
+ """, unsafe_allow_html=True)
568
  st.markdown("### سوال توجه")
569
 
570
  answer = st.radio(