Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 950 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 950 Bytes

📝 Streamlit Ace

GitHub PyPI

Installation

pip install streamlit-ace

Getting started

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

Demo

Open in Streamlit

Preview