awacke1 commited on
Commit
6cab2b0
·
verified ·
1 Parent(s): e2a4174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.title("Dungeon Map Generator")
8
  st.write("This app generates random dungeon maps using pre-designed templates or dynamically creates new layouts.")
9
 
10
  # Directory for map images
11
- map_dir = "maps" # Replace with your actual directory containing .png files
12
 
13
  # Create layout for map generation and details
14
  with st.container():
 
8
  st.write("This app generates random dungeon maps using pre-designed templates or dynamically creates new layouts.")
9
 
10
  # Directory for map images
11
+ map_dir = "" # Replace with your actual directory containing .png files
12
 
13
  # Create layout for map generation and details
14
  with st.container():