Reality123b commited on
Commit
94072a0
·
verified ·
1 Parent(s): 8231b85

Update application/templates/index.html

Browse files
Files changed (1) hide show
  1. application/templates/index.html +2 -2
application/templates/index.html CHANGED
@@ -403,7 +403,7 @@ code{
403
  transition: max-height 0.5s ease-in;
404
  }
405
  </style>
406
- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
407
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
408
  <title>Chat Completion Demo</title>
409
  </head>
@@ -481,6 +481,6 @@ code{
481
  </script>
482
  <script src="{{ url_for('static', filename='js/script.js') }}" type="module"></script>
483
  <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
484
- <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/3.36.0/minified.js" integrity="sha512-Kqzi1OKYLpZecN9eIhAhqxs+u+b4+W+KqV+3jZHpP1/hIqXvHSGzVtpJFIBCF8K7lf9E7o9x/MDejFh79zAgw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
485
  </body>
486
  </html>
 
403
  transition: max-height 0.5s ease-in;
404
  }
405
  </style>
406
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/3.36.0/minified.js" integrity="sha512-Kqzi1OKYLpZecN9eIhAhqxs+u+b4+W+KqV+3jZHpP1/hIqXvHSGzVtpJFIBCF8K7lf9E7o9x/MDejFh79zAgw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
407
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
408
  <title>Chat Completion Demo</title>
409
  </head>
 
481
  </script>
482
  <script src="{{ url_for('static', filename='js/script.js') }}" type="module"></script>
483
  <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
484
+
485
  </body>
486
  </html>