Skip to content

okld/streamlit-ace

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 7, 2021 20:05
May 22, 2021 18:47
June 27, 2020 11:15
May 24, 2021 21:01
December 7, 2021 20:03
May 24, 2021 23:35
May 24, 2021 23:35
May 24, 2021 21:02
May 24, 2021 21:02

πŸ“ 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