whitphx HF Staff commited on
Commit
cf5efe5
·
1 Parent(s): ef2f056

Add explanation on app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.success("**👈 Select a demo from the sidebar** to see some examples of what the community-based Streamlit custom components can do!")
4
+
5
+ st.markdown("""
6
+ We picked up some custom components that work on _stlite_ from [the official featured custom component list](https://streamlit.io/components).
7
+ """)