Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 ---
|