Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ install_package()
|
|
11 |
# Define a function to serve the game
|
12 |
def serve_game():
|
13 |
# Read the index.html file from the cloned repository
|
14 |
-
with open("index.html", "r") as file:
|
15 |
html_content = file.read()
|
16 |
return html_content
|
17 |
|
|
|
11 |
# Define a function to serve the game
|
12 |
def serve_game():
|
13 |
# Read the index.html file from the cloned repository
|
14 |
+
with open("mario/index.html", "r") as file:
|
15 |
html_content = file.read()
|
16 |
return html_content
|
17 |
|