fix things

This commit is contained in:
Brendan Haines 2020-04-08 13:48:22 -06:00
parent 4b9b46a5da
commit 545dee3111

View File

@ -222,7 +222,7 @@ stop_button = Button(label="Stop")
stop_button.on_click(stop_controller) stop_button.on_click(stop_controller)
# plant_model_text = # plant_model_text =
controller_model_text = TextInput(text="D = TransferFunction([1], [1], dt=0.01)") controller_model_text = TextInput("D = TransferFunction([1], [1], dt=0.01)")
update_models = Button(label="Update models") update_models = Button(label="Update models")
update_models.on_click(update_models) update_models.on_click(update_models)