File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33
44app_ui = ui .page_fluid (
55 ui .input_action_button ("safe" , "Throw a safe error" ),
6+ " " ,
67 ui .output_ui ("safe" ),
78 ui .input_action_button ("unsafe" , "Throw an unsafe error" ),
89 ui .output_ui ("unsafe" ),
Original file line number Diff line number Diff line change 55
66app_ui = ui .page_fluid (
77 ui .input_action_button ("first" , "Invalidate first (slow) computation" ),
8+ " " ,
89 ui .input_action_button ("second" , "Invalidate second (fast) computation" ),
910 ui .br (),
1011 ui .output_ui ("result" ),
Original file line number Diff line number Diff line change 22
33app_ui = ui .page_fluid (
44 ui .input_action_button ("minus" , "-1" ),
5+ " " ,
56 ui .input_action_button ("plus" , "+1" ),
67 ui .br (),
78 ui .output_text ("value" ),
Original file line number Diff line number Diff line change 22
33app_ui = ui .page_fluid (
44 ui .input_action_button ("show" , "Show" ),
5+ " " ,
56 ui .input_action_button ("remove" , "Remove" ),
67)
78
You can’t perform that action at this time.
0 commit comments