File size: 435 Bytes
ab6a63c 977f354 ab6a63c 79d07f2 ab6a63c 86873ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
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
``` |