Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -791,8 +791,8 @@ def custom_likert_slider(question_data):
|
|
| 791 |
</script>
|
| 792 |
"""
|
| 793 |
|
| 794 |
-
# نمایش کامپوننت ب
|
| 795 |
-
components.html(html, height=150
|
| 796 |
|
| 797 |
# دریافت مقدار از Streamlit
|
| 798 |
component_value = st.session_state.get(key, default_value)
|
|
|
|
| 791 |
</script>
|
| 792 |
"""
|
| 793 |
|
| 794 |
+
# نمایش کامپوننت بدون آرگومان key
|
| 795 |
+
components.html(html, height=150)
|
| 796 |
|
| 797 |
# دریافت مقدار از Streamlit
|
| 798 |
component_value = st.session_state.get(key, default_value)
|