JKrishnanandhaa commited on
Commit
04ddd6f
·
verified ·
1 Parent(s): f2a4ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=450,
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