Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def serve_static(path):
|
|
31 |
return send_from_directory("mario", path)
|
32 |
|
33 |
# Read the index.html file
|
34 |
-
|
35 |
def serve_game():
|
36 |
return '<iframe src="mario/index.html" width="800" height="600"></iframe>'
|
37 |
|
|
|
31 |
return send_from_directory("mario", path)
|
32 |
|
33 |
# Read the index.html file
|
34 |
+
|
35 |
def serve_game():
|
36 |
return '<iframe src="mario/index.html" width="800" height="600"></iframe>'
|
37 |
|