add testing page

This commit is contained in:
Cheng Zhang
2024-09-05 10:59:51 -05:00
parent bafb6de280
commit 8a08257986
8 changed files with 49 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
import streamlit as st
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/)
""")