Spaces:
Running
Running
Upload index.html
Browse files- 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);
|