broadfield-dev commited on
Commit
c93b3cb
·
verified ·
1 Parent(s): 7e95396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
8
 
9
  # --- Required Core Logic ---
10
  # Ensure keylock1 and repo_to_md are in the same directory or accessible in the Python path.
11
- from keylock1 import core as keylock_core
12
  from repo_to_md.core import markdown_to_files
13
 
14
  # --- Helper Functions for the Decoder UI ---
 
8
 
9
  # --- Required Core Logic ---
10
  # Ensure keylock1 and repo_to_md are in the same directory or accessible in the Python path.
11
+ from keylock import core as keylock_core
12
  from repo_to_md.core import markdown_to_files
13
 
14
  # --- Helper Functions for the Decoder UI ---