gradio-pr-bot commited on
Commit
a3f850b
·
verified ·
1 Parent(s): e5c77d6

Upload folder using huggingface_hub

Browse files
6.19.0/dialogue/Dialogue.svelte CHANGED
@@ -640,7 +640,7 @@
640
  gradio.props.tags.indexOf(s)
641
  )[selectedOptionIndex]}
642
  show_options={true}
643
- on:change={(e) => insert_tag(e)}
644
  />
645
  </div>
646
  {/if}
 
640
  gradio.props.tags.indexOf(s)
641
  )[selectedOptionIndex]}
642
  show_options={true}
643
+ onchange={(index) => insert_tag(index)}
644
  />
645
  </div>
646
  {/if}
6.19.0/dialogue/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/dialogue",
3
- "version": "0.3.11",
4
  "description": "Gradio dialogue component",
5
  "type": "module",
6
  "author": "Gradio",
 
1
  {
2
  "name": "@gradio/dialogue",
3
+ "version": "0.4.0",
4
  "description": "Gradio dialogue component",
5
  "type": "module",
6
  "author": "Gradio",