python import toga def on_button_click(widget): def build(app): box = toga.Box() box.add(button) main_window.content = box return main_window app.main_loop()