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