diff --git a/html/public.html b/html/public.html
index 32fb0abcddcc8d5105fc5993e0ef292048441ed1..1c7779b19fde3bca4327a8d5154325716441eef8 100644
--- a/html/public.html
+++ b/html/public.html
@@ -156,7 +156,11 @@
             document.getElementById("team_id").innerHTML       = team_name_param_value;
             document.getElementById("team_id").style.color= team_color_param_value;
             document.getElementById("challenge_id").innerHTML  = challenge_param_value;
-            document.getElementById("service_info").innerHTML  = jury_mode_param_value;
+            //document.getElementById("service_info").innerHTML  = jury_mode_param_value;
+            if(jury_mode_param_value=="Disabled")
+              document.getElementById("service_info").innerHTML  = "Autonomous";
+            else
+              document.getElementById("service_info").innerHTML  = "Manual";
             
             // document.getElementById("timer_output").innerHTML      = localStorage.getItem('attempt_time');
             // document.getElementById("slot_timer_output").innerHTML = localStorage.getItem('slot_timer_output');
@@ -262,7 +266,7 @@
       <div class="row">
         <div style="width: 45%">
           <label class="section">Mode &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp</label>
-          <span class="section2" id="service_info"  >Disabled</span>
+          <span class="section2" id="service_info"  >Autonomous</span>
           <br>
         <label class="section">Feedback</label>
         <br>