Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def radar_plot(dim_scores: Dict[str, float], title: str, out_png: str) -> str:
|
|
| 122 |
fig = plt.figure(figsize=(8, 8))
|
| 123 |
ax = plt.subplot(111, polar=True)
|
| 124 |
ax.set_facecolor("white")
|
| 125 |
-
fig.subplots_adjust(bottom=0.
|
| 126 |
|
| 127 |
|
| 128 |
|
|
|
|
| 122 |
fig = plt.figure(figsize=(8, 8))
|
| 123 |
ax = plt.subplot(111, polar=True)
|
| 124 |
ax.set_facecolor("white")
|
| 125 |
+
fig.subplots_adjust(bottom=0.10) # más espacio abajo
|
| 126 |
|
| 127 |
|
| 128 |
|