Summary
Enable collapsible code segments within the st.code
output.
My app programatically generates templatized SQL based on user inputs. The users can preview the code (which can get quite long). Would like them to be able to collapse certain sections of the code, similar to vscode.
thx