CompactAI commited on
Commit
9a71e9c
·
verified ·
1 Parent(s): d0701b5

Upload index.html

Browse files
Files changed (1) hide show
  1. downloads/index.html +1 -1
downloads/index.html CHANGED
@@ -348,7 +348,7 @@
348
  if (browserLauncherButton) {
349
  browserLauncherButton.addEventListener('click', async () => {
350
  try {
351
- const response = await fetch('interactive.py');
352
  if (!response.ok) throw new Error('Download failed.');
353
  const blob = await response.blob();
354
  const url = URL.createObjectURL(blob);
 
348
  if (browserLauncherButton) {
349
  browserLauncherButton.addEventListener('click', async () => {
350
  try {
351
+ const response = await fetch('../interactive.py');
352
  if (!response.ok) throw new Error('Download failed.');
353
  const blob = await response.blob();
354
  const url = URL.createObjectURL(blob);