OUAREDAEK commited on
Commit
8e5edf0
·
verified ·
1 Parent(s): 14a3951

Upload templates/index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -4
templates/index.html CHANGED
@@ -3926,16 +3926,12 @@ function changePersistenceAnalysis() {
3926
 
3927
  switch(mode) {
3928
  case "regularity":
3929
- ctx.fillText("📊 Analyse de la régularité", canvas.width / 2, canvas.height - 10);
3930
  break;
3931
  case "effortPattern":
3932
- ctx.fillText("🔄 Schéma d'effort", canvas.width / 2, canvas.height - 10);
3933
  break;
3934
  case "deadline":
3935
- ctx.fillText("⏰ Gestion des échéances", canvas.width / 2, canvas.height - 10);
3936
  break;
3937
  case "combined":
3938
- ctx.fillText("🎯 Vue combinée", canvas.width / 2, canvas.height - 10);
3939
  break;
3940
  }
3941
  }
 
3926
 
3927
  switch(mode) {
3928
  case "regularity":
 
3929
  break;
3930
  case "effortPattern":
 
3931
  break;
3932
  case "deadline":
 
3933
  break;
3934
  case "combined":
 
3935
  break;
3936
  }
3937
  }