Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ st.title("Dynamic Dungeon Map Generator")
|
|
80 |
st.write("Automatically generates dungeon maps by analyzing PNG images in a directory.")
|
81 |
|
82 |
# Directory for images
|
83 |
-
map_dir = "
|
84 |
|
85 |
# Scan the directory for .png files
|
86 |
if os.path.exists(map_dir):
|
|
|
80 |
st.write("Automatically generates dungeon maps by analyzing PNG images in a directory.")
|
81 |
|
82 |
# Directory for images
|
83 |
+
map_dir = "maps" # Replace with the actual directory path
|
84 |
|
85 |
# Scan the directory for .png files
|
86 |
if os.path.exists(map_dir):
|