Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🚀

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! 🚀