diff --git a/scripts/overview.php b/scripts/overview.php
index cba8a9f..9087ead 100644
--- a/scripts/overview.php
+++ b/scripts/overview.php
@@ -64,7 +64,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
-
Confidence:
+
Confidence:
diff --git a/scripts/play.php b/scripts/play.php
index ad869be..f6f84f5 100644
--- a/scripts/play.php
+++ b/scripts/play.php
@@ -176,7 +176,7 @@ if(isset($_GET['species'])){
$sciname = preg_replace('/ /', '_', $results['Sci_Name']);
$sci_name = $results['Sci_Name'];
$time = $results['Time'];
- $confidence = $results['Confidence'];
+ $confidence = round($results['Confidence'],2);
echo "