Create code editor and run code with subprocess package
This commit is contained in:
7
webpages/classroom.py
Normal file
7
webpages/classroom.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import streamlit as st
|
||||
|
||||
def classroom():
|
||||
st.title("BuffTeks Classroom")
|
||||
st.divider()
|
||||
st.title("PythonX")
|
||||
st.image("./images/PythonXPicture.png")
|
||||
Reference in New Issue
Block a user