add testing page
This commit is contained in:
9
pages/resources_for_coding.py
Normal file
9
pages/resources_for_coding.py
Normal 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/)
|
||||
|
||||
""")
|
||||
Reference in New Issue
Block a user