Spaces:
Runtime error
Runtime error
ThapeloAndrewSindane
commited on
Commit
•
9da6542
1
Parent(s):
8fcfdf9
Update app.py
Browse filesincrease figure size
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=(
|
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 |
|