Create code editor and run code with subprocess package

This commit is contained in:
BuffTechTalk
2024-09-06 22:22:45 -05:00
parent f510856c42
commit 23fd3ab74e
38 changed files with 406 additions and 0 deletions

7
webpages/classroom.py Normal file
View 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")