I'm writing an interactive and want the two pull-down menus and the update button to all appear in one row. @interact(layout={'top': [["ansA", "ansB"]]})
works fine but doesn't show the update button. How do I include it in the layout?
1 | initial version |
I'm writing an interactive and want the two pull-down menus and the update button to all appear in one row. @interact(layout={'top': [["ansA", "ansB"]]})
works fine but doesn't show the update button. How do I include it in the layout?