Here’s the README in markdown format:
# Pie Chart Component (Work in Progress)
This project is a simple and interactive pie chart component built using Gradio, Plotly, and pandas. The component allows users to input three categories and their corresponding values to generate a pie chart.
## Features
- **Interactive Inputs**: Users can input three categories and their respective values.
- **Dynamic Pie Chart**: The pie chart updates in real-time based on the user inputs.
- **Clear Functionality**: A clear button resets all inputs and the chart.
## Installation
To use this component, you'll need to have Python installed along with the following libraries:
```bash
pip install gradio pandas plotly