Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1025,3 +1025,4 @@ def create_simcity_interface():
|
|
| 1025 |
# Conectar TODOS los botones
|
| 1026 |
house_btn.click(fn=lambda x, y: build_structure("casa", x, y),
|
| 1027 |
inputs=[grid_x_input, grid_y_input],
|
|
|
|
|
|
| 1025 |
# Conectar TODOS los botones
|
| 1026 |
house_btn.click(fn=lambda x, y: build_structure("casa", x, y),
|
| 1027 |
inputs=[grid_x_input, grid_y_input],
|
| 1028 |
+
)
|