Create code editor and run code with subprocess package
This commit is contained in:
5
webpages/pythonx_lessons_pages/pythonx_lesson2.py
Normal file
5
webpages/pythonx_lessons_pages/pythonx_lesson2.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import streamlit as st
|
||||
from webpages import code_editor as ce
|
||||
def pythonx_lesson2():
|
||||
st.title("Lesson 2: Create WordClouds in Python")
|
||||
|
||||
Reference in New Issue
Block a user