samlax12 commited on
Commit
8f6edc0
Β·
verified Β·
1 Parent(s): efa89f6

Update templates/student.html

Browse files
Files changed (1) hide show
  1. templates/student.html +2 -2
templates/student.html CHANGED
@@ -769,7 +769,7 @@ function activate3DVisualization(message) {
769
  `;
770
 
771
  // θ‡ͺεŠ¨η”Ÿζˆε―θ§†εŒ–
772
- fetch('https://samlax12-agent.hf.space/api/visualization/3d-surface', {
773
  method: 'POST',
774
  headers: {
775
  'Content-Type': 'application/json'
@@ -831,7 +831,7 @@ function activate3DVisualization(message) {
831
  `;
832
 
833
  // θ‡ͺεŠ¨η”Ÿζˆζ€η»΄ε―Όε›Ύ
834
- fetch('https://samlax12-agent.hf.space/api/visualization/mindmap', {
835
  method: 'POST',
836
  headers: {
837
  'Content-Type': 'application/json'
 
769
  `;
770
 
771
  // θ‡ͺεŠ¨η”Ÿζˆε―θ§†εŒ–
772
+ fetch('/api/visualization/3d-surface', {
773
  method: 'POST',
774
  headers: {
775
  'Content-Type': 'application/json'
 
831
  `;
832
 
833
  // θ‡ͺεŠ¨η”Ÿζˆζ€η»΄ε―Όε›Ύ
834
+ fetch('/api/visualization/mindmap', {
835
  method: 'POST',
836
  headers: {
837
  'Content-Type': 'application/json'