GSMEthesis commited on
Commit
d17d2fd
·
verified ·
1 Parent(s): 59183a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -819,7 +819,6 @@ def enhanced_likert_scale(question_data):
819
  }
820
  </script>
821
  """
822
-
823
  # ایجاد دکمه‌های سفارشی
824
  options_html = "".join([
825
  f'<div class="likert-option {"selected" if st.session_state.get(key) == i+1 else ""}" '
 
819
  }
820
  </script>
821
  """
 
822
  # ایجاد دکمه‌های سفارشی
823
  options_html = "".join([
824
  f'<div class="likert-option {"selected" if st.session_state.get(key) == i+1 else ""}" '