Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def draw_grid(data):
|
|
59 |
ax.set_xlim(0, ncols)
|
60 |
ax.set_ylim(0, nrows)
|
61 |
ax.set_xticks(range(ncols+1))
|
62 |
-
ax.set_yticks(
|
63 |
ax.grid(True)
|
64 |
|
65 |
# Plotting each building with its assigned color from the color_codes dictionary
|
|
|
59 |
ax.set_xlim(0, ncols)
|
60 |
ax.set_ylim(0, nrows)
|
61 |
ax.set_xticks(range(ncols+1))
|
62 |
+
ax.set_yticks(range(nrows+1))
|
63 |
ax.grid(True)
|
64 |
|
65 |
# Plotting each building with its assigned color from the color_codes dictionary
|