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 |
-
|
| 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.
|
| 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",
|