Marthee commited on
Commit
840cfbe
·
verified ·
1 Parent(s): 17e5ab8

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +0 -15
templates/proposed-GUI.html CHANGED
@@ -610,24 +610,9 @@
610
  </body>
611
  </html>
612
  <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.14.305/pdf.min.js"></script>
613
- <script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
614
  <script >
615
 
616
  ///////////////////////////////////////////////BEGIN JS CODE//////////////////////////////////////////////////
617
- var socket = io.connect("https://marthee-measurementtesting.hf.space");
618
-
619
- socket.on("connect", function () {
620
- console.log("Connected to server");
621
- socket.emit("get_project_names");
622
- });
623
-
624
- socket.on("progress", function (msg) {
625
- console.log("Progress:", msg.data);
626
- });
627
-
628
- socket.on("project_data", function (msg) {
629
- console.log("Received project data:", msg.data);
630
- });
631
 
632
  function updateProgressBar(value) {
633
  const progressBar = document.getElementById('progress');
 
610
  </body>
611
  </html>
612
  <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.14.305/pdf.min.js"></script>
 
613
  <script >
614
 
615
  ///////////////////////////////////////////////BEGIN JS CODE//////////////////////////////////////////////////
 
 
 
 
 
 
 
 
 
 
 
 
 
 
616
 
617
  function updateProgressBar(value) {
618
  const progressBar = document.getElementById('progress');