Upload folder using huggingface_hub
Browse files
6.24.1/dataframe/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/dataframe",
|
| 3 |
-
"version": "0.24.
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "@gradio/dataframe",
|
| 3 |
+
"version": "0.24.3",
|
| 4 |
"description": "Gradio UI packages",
|
| 5 |
"type": "module",
|
| 6 |
"author": "",
|
6.24.1/dataframe/shared/tanstack/virtual.svelte.ts
CHANGED
|
@@ -80,8 +80,8 @@ export function createSvelteVirtualizer<
|
|
| 80 |
}
|
| 81 |
});
|
| 82 |
|
| 83 |
-
if (
|
| 84 |
-
|
| 85 |
}
|
| 86 |
prev_count = current_count;
|
| 87 |
});
|
|
|
|
| 80 |
}
|
| 81 |
});
|
| 82 |
|
| 83 |
+
if (current_count !== prev_count) {
|
| 84 |
+
version += 1;
|
| 85 |
}
|
| 86 |
prev_count = current_count;
|
| 87 |
});
|