---
title: Build Feature Input Widget
emoji: 💨
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
license: mit
---

For info check out [Panel](https://panel.holoviz.org).

## Installation Instructions

```bash
git clone https://huggingface.co/spaces/Panel-Org/build_feature_input_widget
pip install -r requirements.txt
```

## Serve the app

```bash
panel serve app.py
```

## Test the app

```bash
pip install pytest
pytest
```