streamlit ace
1.0.0
pip install streamlit-aceimport streamlit as st
from streamlit_ace import st_ace
# Spawn a new Ace editor
content = st_ace()
# Display editor's content as you type
content