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