Lukeetah commited on
Commit
8aaec69
·
verified ·
1 Parent(s): ded95f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+ )