Gregniuki commited on
Commit
4c0c0cc
·
verified ·
1 Parent(s): 07a4d13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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