gtp-final / gradio /js /html /README.md
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
|
raw
history blame
271 Bytes

@gradio/html

import { BaseHTML } from "@gradio/html";

BaseHTML

    export let elem_id = "";
    export let elem_classes: string[] = [];
    export let value: string;
    export let visible = true;
    export let min_height = false;