9 lines
318 B
Python
9 lines
318 B
Python
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/)
|
|
|
|
""") |