Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ def plot_sdg(df, title, pred_column, icons_folder='assets/icons/'):
|
|
220 |
),
|
221 |
margin=dict(l=20, r=150, t=30, b=20), # Increased right margin for icon
|
222 |
height=600,
|
223 |
-
width=
|
224 |
showlegend=False,
|
225 |
template="simple_white",
|
226 |
xaxis=dict(
|
|
|
220 |
),
|
221 |
margin=dict(l=20, r=150, t=30, b=20), # Increased right margin for icon
|
222 |
height=600,
|
223 |
+
width=700, # Increased width to accommodate the icon
|
224 |
showlegend=False,
|
225 |
template="simple_white",
|
226 |
xaxis=dict(
|