https://github.com/injamul3798/streamlit_framework_tutorial
https://github.com/injamul3798/streamlit_framework_tutorial
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/injamul3798/streamlit_framework_tutorial
- Owner: injamul3798
- Created: 2025-04-02T15:59:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T16:03:12.000Z (6 months ago)
- Last Synced: 2025-04-02T17:22:24.361Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit Components Demo
This repository contains a simple Streamlit tutorial showcasing various Streamlit components, such as text inputs, buttons, forms, charts, file handling, and more.
## Features
- Text input, buttons, and checkboxes
- Sidebar with a selectbox
- Form handling with submission
- Data display using tables
- Interactive widgets (slider, number input)
- Simple data visualization (line chart)
- File uploader for CSV and text files
- Progress bar with a spinner
- Columns layout and metrics display
- Code block using `st.echo()`## Installation
1. Clone the repository:
```sh
git clone https://github.com/injamul3798/Streamlit_framework_tutorial
cd streamlit-tutorial
```2. Install dependencies:
```sh
pip install streamlit pandas
```3. Run the app:
```sh
streamlit run app.py
```## Author
**Md. Injamul Haque** - Machine Learning Enthusiast## License
This project is licensed under the MIT License.