awacke1 commited on
Commit
d74f0a4
·
verified ·
1 Parent(s): be558d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/" # Replace with the actual directory path
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):