gtp-final / gradio /js /form /README.md
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
# `@gradio/form`
```html
<script>
import { Form } from "@gradio/form";
</script>
```
Form
```javascript
export let visible = true;
export let scale: number | null = null;
export let min_width = 0;
```