gradio-pr-bot commited on
Commit
faf7057
·
verified ·
1 Parent(s): e149209

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 6.0.0-dev.6/html/Index.svelte +2 -2
6.0.0-dev.6/html/Index.svelte CHANGED
@@ -39,10 +39,10 @@
39
  padding={true}
40
  overflow_behavior="visible"
41
  >
42
- {#if gradio.props.show_label}
43
  <BlockLabel
44
  Icon={CodeIcon}
45
- show_label={gradio.props.show_label}
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
  />