Spaces:
Runtime error
Runtime error
[email protected]
commited on
Commit
·
9b50e17
1
Parent(s):
19cd8f0
update
Browse files
app.py
CHANGED
|
@@ -82,7 +82,8 @@ def init_asset_plot(df):
|
|
| 82 |
theta=asset_tasks,
|
| 83 |
# opacity = 0.1,
|
| 84 |
# fill='toself',
|
| 85 |
-
name=row['Model']
|
|
|
|
| 86 |
)
|
| 87 |
)
|
| 88 |
fig.update_layout(
|
|
|
|
| 82 |
theta=asset_tasks,
|
| 83 |
# opacity = 0.1,
|
| 84 |
# fill='toself',
|
| 85 |
+
name=row['Model'],
|
| 86 |
+
line_close=True
|
| 87 |
)
|
| 88 |
)
|
| 89 |
fig.update_layout(
|