whitphx's picture
whitphx HF Staff
Add comments referring to the original file URLs
ef2f056
raw
history blame contribute delete
203 Bytes
# Copied from https://github.com/okld/streamlit-ace
import 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