Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -772,7 +772,7 @@ def custom_likert_slider(question_data):
|
|
| 772 |
text=labels if len(labels) == points else [str(i+1) for i in positions],
|
| 773 |
textposition="top center",
|
| 774 |
textfont=dict(size=14)
|
| 775 |
-
)
|
| 776 |
|
| 777 |
# خط اتصال نقاط
|
| 778 |
fig.add_trace(go.Scatter(
|
|
|
|
| 772 |
text=labels if len(labels) == points else [str(i+1) for i in positions],
|
| 773 |
textposition="top center",
|
| 774 |
textfont=dict(size=14)
|
| 775 |
+
))
|
| 776 |
|
| 777 |
# خط اتصال نقاط
|
| 778 |
fig.add_trace(go.Scatter(
|