ThapeloAndrewSindane commited on
Commit
9da6542
1 Parent(s): 8fcfdf9

Update app.py

Browse files

increase figure size

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def plot_multiples(models, labels, probs):
197
  ORANGE_COLOR = "#FF8000"
198
  BLACK_COLOR = "#31333F"
199
 
200
- fig, ax = plt.subplots(figsize=(8, len(models)))
201
  fig.patch.set_facecolor("none")
202
  ax.set_facecolor("none")
203
 
 
197
  ORANGE_COLOR = "#FF8000"
198
  BLACK_COLOR = "#31333F"
199
 
200
+ fig, ax = plt.subplots(figsize=(12, len(models)))
201
  fig.patch.set_facecolor("none")
202
  ax.set_facecolor("none")
203