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

14
webpages/reference.py Normal file
View File

@@ -0,0 +1,14 @@
import streamlit as st
def reference():
st.markdown("This page is used to list all references when implementing this online tutorials")
st.markdown("""
- [Emoji for Markdown](https://gist.github.com/rxaviers/7360908)"
- [Streamlit Cheat Sheet](https://cheat-sheet.streamlit.app/)
- [Navigation Bar](https://docs.streamlit.io/develop/api-reference/navigation/st.navigation)
- [Menu Bar](https://nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app/)
- [Bootstrap Icon](https://icons.getbootstrap.com/)
- [Code editor](https://okld-gallery.streamlit.app/)
""")