Nice / pages /6_πŸ•·_coding.py
betterme
update
b966bc9
raw
history blame
392 Bytes
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Project : Python.
# @File : 6_πŸ•·_coding
# @Time : 2022/10/27 δΈ‹εˆ4:54
# @Author : yuanjie
# @WeChat : meutils
# @Software : PyCharm
# @Description :
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