okld / streamlit-ace

Ace editor component for Streamlit.

Home Page:https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 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

About

Ace editor component for Streamlit.

https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor

License:MIT License


Languages

Language:Python 53.1%Language:TypeScript 32.4%Language:HTML 7.0%Language:Makefile 4.9%Language:Shell 1.9%Language:CSS 0.7%