Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def create_detection_metrics_gauge(avg_confidence: float, iou: float, precision:
|
|
| 151 |
),
|
| 152 |
paper_bgcolor='rgba(0,0,0,0)',
|
| 153 |
plot_bgcolor='rgba(0,0,0,0)',
|
| 154 |
-
height=
|
| 155 |
margin=dict(l=60, r=180, t=40, b=40)
|
| 156 |
)
|
| 157 |
|
|
|
|
| 151 |
),
|
| 152 |
paper_bgcolor='rgba(0,0,0,0)',
|
| 153 |
plot_bgcolor='rgba(0,0,0,0)',
|
| 154 |
+
height=300, # Reduced from 450
|
| 155 |
margin=dict(l=60, r=180, t=40, b=40)
|
| 156 |
)
|
| 157 |
|