Spaces:
Runtime error
Runtime error
File size: 150 Bytes
a7916dc |
1 2 3 4 5 6 7 8 9 10 |
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
|