mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
94ab75dbec
* refresh dataframe * add fixed rows + cols to dataframe * tweaks * validate dataframe headers + col_count * cleanup * cleanup * make linter happy * fix test * fix test again * fix test definitely this time * implement file drop support for dataframe * remove leftover files * tweaks Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"name": "@gradio/table",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/upload": "workspace:^0.0.1",
|
|
"d3-dsv": "^3.0.1",
|
|
"dequal": "^2.0.2"
|
|
}
|
|
}
|