mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-12-26 10:57:55 -07:00
fix things
This commit is contained in:
parent
4b9b46a5da
commit
545dee3111
|
@ -222,7 +222,7 @@ stop_button = Button(label="Stop")
|
|||
stop_button.on_click(stop_controller)
|
||||
|
||||
# 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.on_click(update_models)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user