Spaces:
Runtime error
Runtime error
Add explanation on app.py
Browse files
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 |
+
""")
|