https://github.com/joekakone/streamlit-30-days-challenge
30 Days of Streamlit
https://github.com/joekakone/streamlit-30-days-challenge
Last synced: 3 months ago
JSON representation
30 Days of Streamlit
- Host: GitHub
- URL: https://github.com/joekakone/streamlit-30-days-challenge
- Owner: joekakone
- Created: 2022-11-25T13:44:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T14:52:58.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:33:00.329Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30 Days of Streamlit
## Day 1 - Setting up a local development environment
### Install Streamlit
```sh
pip install streamlit
```