gradio-pr-bot commited on
Commit
04cdf2e
·
verified ·
1 Parent(s): 306facd

Upload folder using huggingface_hub

Browse files
6.4.0/nativeplot/Index.svelte CHANGED
@@ -799,7 +799,7 @@
799
  }}
800
  >
801
  {#if gradio.props.buttons?.some((btn) => typeof btn === "string" && btn === "export")}
802
- <IconButton Icon={Download} label="Export" on:click={export_chart} />
803
  {/if}
804
  {#if gradio.props.buttons?.some((btn) => typeof btn === "string" && btn === "fullscreen")}
805
  <FullscreenButton
 
799
  }}
800
  >
801
  {#if gradio.props.buttons?.some((btn) => typeof btn === "string" && btn === "export")}
802
+ <IconButton Icon={Download} label="Export" onclick={export_chart} />
803
  {/if}
804
  {#if gradio.props.buttons?.some((btn) => typeof btn === "string" && btn === "fullscreen")}
805
  <FullscreenButton
6.4.0/nativeplot/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/nativeplot",
3
- "version": "0.9.3",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "@gradio/nativeplot",
3
+ "version": "0.9.4",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",