16 lines
325 B
Markdown
16 lines
325 B
Markdown
# Basic Streamlit Template
|
|
|
|
A minimal Streamlit app with sidebar navigation and two-column layout.
|
|
|
|
## Features
|
|
- Page configuration with title and icon
|
|
- Sidebar with user input
|
|
- Two-column responsive layout
|
|
- Quick start guide
|
|
|
|
## Usage
|
|
```bash
|
|
streamlitctl create myapp --from-template basic
|
|
streamlitctl start myapp
|
|
```
|