whitphx HF staff commited on
Commit
e1b0223
β€’
1 Parent(s): 9368293

Update the description in app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -5,10 +5,13 @@ st.title("Streamlit Component Gallery")
5
  st.image("https://docs.streamlit.io/logo.svg")
6
 
7
  st.markdown("""
8
- This _stlite_ sample app contains the demos embedded on the Streamlit official document (https://docs.streamlit.io/).
9
 
10
  **πŸ‘ˆ Select a demo from the sidebar** to see some examples
11
  of Streamlit built-in components!
 
 
 
12
  """)
13
 
14
  st.markdown("""
@@ -21,10 +24,6 @@ The following files have been changed:
21
  * `widget.download_button.py`:
22
  A local file path in the source code has been rewritten to adjust to the directory structure of this sample app.
23
 
24
- Due to the browser environment limitations,
25
- some components do not work well.
26
- The known issues are listed at https://github.com/whitphx/stlite#limitations.
27
-
28
  ### License
29
  As written above, the files `pages/*` are copied from `https://github.com/streamlit/docs` with some modifications,
30
  therefore, the license applied to the source, the Apache-2.0 license, is also applied to this sample as follows.
5
  st.image("https://docs.streamlit.io/logo.svg")
6
 
7
  st.markdown("""
8
+ This Streamlit Space contains the component demos embedded on the Streamlit official document (https://docs.streamlit.io/).
9
 
10
  **πŸ‘ˆ Select a demo from the sidebar** to see some examples
11
  of Streamlit built-in components!
12
+
13
+ This app has originally been created as a sample app of [stlite](https://github.com/whitphx/stlite), Serverless Streamlit, and its online app editor [stlite sharing](https://edit.share.stlite.net/).
14
+ The original is [this](https://github.com/whitphx/stlite/tree/c5b1bd8b5a8b169936eeddac4627ed192c7c3946/packages/sharing-editor/public/samples/011_component_gallery) and it was copied to this Space repo.
15
  """)
16
 
17
  st.markdown("""
24
  * `widget.download_button.py`:
25
  A local file path in the source code has been rewritten to adjust to the directory structure of this sample app.
26
 
 
 
 
 
27
  ### License
28
  As written above, the files `pages/*` are copied from `https://github.com/streamlit/docs` with some modifications,
29
  therefore, the license applied to the source, the Apache-2.0 license, is also applied to this sample as follows.