Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -739,12 +739,6 @@ h3 {
|
|
| 739 |
""", unsafe_allow_html=True)
|
| 740 |
|
| 741 |
# ========== توابع اصلی ==========
|
| 742 |
-
import streamlit as st
|
| 743 |
-
import plotly.graph_objects as go
|
| 744 |
-
|
| 745 |
-
def custom_likert_slider(question_data):
|
| 746 |
-
import plotly.graph_objects as go
|
| 747 |
-
|
| 748 |
def custom_likert_slider(question_data):
|
| 749 |
"""نمایش سوال لیکرت با اسلایدر و طیف رنگی Plotly"""
|
| 750 |
question = question_data["question"]
|
|
|
|
| 739 |
""", unsafe_allow_html=True)
|
| 740 |
|
| 741 |
# ========== توابع اصلی ==========
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 742 |
def custom_likert_slider(question_data):
|
| 743 |
"""نمایش سوال لیکرت با اسلایدر و طیف رنگی Plotly"""
|
| 744 |
question = question_data["question"]
|