marcinsoftem
Results
2
comments of
marcinsoftem
I agree. BTW is there an simple way to submit content by using an external button? ```python import streamlit as st import code_editor output = code_editor.code_editor("print('Hello world!')") if st.button("Show output"):...
Works great! Kudos for the great job and amazing response time.