Spaces:
Paused
Paused
Update app.py
Browse files
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"]
|