PHDMAFIN commited on
Commit
8a51946
·
verified ·
1 Parent(s): 1ca36bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.30) # más espacio abajo
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