Skip to content

Commit

Permalink
Update the intro sample
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Aug 5, 2024
1 parent a4574df commit 4f3225b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
st.title("Sub page")

st.markdown("""
_stlite_ supports **Multi Page Apps (MPA)**, of course!
_Stlite_ supports **Multi Page Apps (MPA)**, of course!
Create `pages/*.py` like this file to add new pages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import streamlit as st
from PIL import Image

st.title("stlite sharing: Serverless Streamlit app platform")
st.title("Stlite Sharing: Serverless Streamlit app platform")

image = Image.open('data/logo.png')
st.image(image, caption='stlite logo')
st.image(image, caption='Stlite logo')

st.markdown("""
### stlite
**stlite** is a port of _Streamlit_ to Wasm, powered by Pyodide,
### Stlite
**Stlite** is a port of _Streamlit_ to Wasm, powered by Pyodide,
that runs completely on web browsers.
The official repository is [πŸ”— here](https://github.com/whitphx/stlite).
Expand All @@ -20,8 +20,8 @@
(If there is not an editor on the left, you are seeing the shared app.
Navigate to the editor mode: https://edit.share.stlite.net/)
### stlite sharing
This page is built on **stlite sharing**, an online code editor & sharing platform for _stlite_. \\
### Stlite Sharing
This page is built on **stlite sharing**, an online code editor & sharing platform for _Stlite_. \\
If you see the editor and preview panes side by side, you are in the editor mode, https://edit.share.stlite.net/. \\
If you see only this Streamlit app, you are in the sharing mode, https://share.stlite.net/.
(If you want to edit the app, please go to the [editor mode](https://edit.share.stlite.net/)!)
Expand All @@ -34,10 +34,10 @@
`edit.share.stlite.net` and `share.stlite.net`.
### Tell your story!
When you create some apps with _stlite_, please share it!
When you create some apps with _Stlite_, please share it!
All you need to do is copy and paste the URL πŸ‘
* **stlite** GitHub Discussions [πŸ”— here](https://github.com/whitphx/stlite/discussions/categories/show-and-tell)
* **Stlite** GitHub Discussions [πŸ”— here](https://github.com/whitphx/stlite/discussions/categories/show-and-tell)
* Streamlit community forum [πŸ”— here](https://discuss.streamlit.io/)
""")

Expand Down

0 comments on commit 4f3225b

Please sign in to comment.