GSMEthesis commited on
Commit
d472b0c
·
verified ·
1 Parent(s): 6a74f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -749,6 +749,14 @@ def add_js_for_hidden_button():
749
  """, unsafe_allow_html=True)
750
 
751
  def enhanced_likert_scale(question_data):
 
 
 
 
 
 
 
 
752
  """لیکرت اسکیل با خط و نقاط - کاملاً واکنش‌گرا"""
753
  question = question_data["question"]
754
  key = question_data["key"]
 
749
  """, unsafe_allow_html=True)
750
 
751
  def enhanced_likert_scale(question_data):
752
+ st.markdown("""
753
+ <style>
754
+ /* مخفی کردن دکمه‌های اصلی Streamlit */
755
+ div[data-testid="stButton"] > button[kind="primary"] {
756
+ display: none !important;
757
+ }
758
+ </style>
759
+ """, unsafe_allow_html=True)
760
  """لیکرت اسکیل با خط و نقاط - کاملاً واکنش‌گرا"""
761
  question = question_data["question"]
762
  key = question_data["key"]