Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lruizap/streamlit-test
This repository provides a simple setup to explore Streamlit's features and capabilities, helping you get started with creating dynamic and user-friendly data-driven applications. 🚀
https://github.com/lruizap/streamlit-test
pandas python streamlit
Last synced: about 1 month ago
JSON representation
This repository provides a simple setup to explore Streamlit's features and capabilities, helping you get started with creating dynamic and user-friendly data-driven applications. 🚀
- Host: GitHub
- URL: https://github.com/lruizap/streamlit-test
- Owner: lruizap
- Created: 2024-12-21T12:25:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T12:29:03.000Z (about 1 month ago)
- Last Synced: 2024-12-21T13:30:28.380Z (about 1 month ago)
- Topics: pandas, python, streamlit
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit Test
This project aims to experiment with and understand how the [Streamlit](https://streamlit.io/) library works. Streamlit is a powerful tool for building interactive web applications directly from Python scripts.
---
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/lruizap/streamlit-test.git
cd streamlit-test
```2. Make sure you have Python 3.7 or higher installed on your system.
3. Install the required dependencies using the `requirements.txt` file. Run the following command:
```bash
pip install -r requirements.txt
```---
With this basic setup, you'll be ready to start exploring and experimenting with Streamlit.
To run the application, use:
```bash
streamlit run app.py
```Explore, experiment, and have fun with Streamlit! 🚀