AstraOS commited on
Commit
1765aac
1 Parent(s): df015da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def resolve_assets(relative_path):
13
  # Use the inspect module to get the current file path
14
  import inspect
15
  current_file = inspect.getfile(inspect.currentframe())
16
- return os.path.join(os.path.dirname(current_file), "/content",
17
  relative_path)
18
 
19
  # Alternatively, you can hardcode the path to the assets folder
 
13
  # Use the inspect module to get the current file path
14
  import inspect
15
  current_file = inspect.getfile(inspect.currentframe())
16
+ return os.path.join(os.path.dirname(current_file), "../../resources",
17
  relative_path)
18
 
19
  # Alternatively, you can hardcode the path to the assets folder