Upload folder using huggingface_hub
Browse files
6.0.0-dev.6/html/Index.svelte
CHANGED
|
@@ -39,10 +39,10 @@
|
|
| 39 |
padding={true}
|
| 40 |
overflow_behavior="visible"
|
| 41 |
>
|
| 42 |
-
{#if gradio.
|
| 43 |
<BlockLabel
|
| 44 |
Icon={CodeIcon}
|
| 45 |
-
show_label={gradio.
|
| 46 |
label={gradio.shared.label}
|
| 47 |
float={false}
|
| 48 |
/>
|
|
|
|
| 39 |
padding={true}
|
| 40 |
overflow_behavior="visible"
|
| 41 |
>
|
| 42 |
+
{#if gradio.shared.show_label}
|
| 43 |
<BlockLabel
|
| 44 |
Icon={CodeIcon}
|
| 45 |
+
show_label={gradio.shared.show_label}
|
| 46 |
label={gradio.shared.label}
|
| 47 |
float={false}
|
| 48 |
/>
|