This is a Streamlit application for visualizing and analyzing sales data. Users can upload a CSV file and explore the data through interactive charts and filters.
- Clone this repository.
- Install the dependencies:
pip install -r requirements.txt
. - Run the app:
streamlit run app.py
.
- Upload sales data in CSV format.
- Filter data by region and product.
- View sales trends over time.
- Analyze sales by region and product.
To deploy this app to Streamlit Cloud, follow these steps:
- Push this repository to GitHub.
- Go to Streamlit Cloud and link your GitHub account.
- Deploy the app by selecting the repository and specifying
app.py
as the entry point.