mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
33ef309451
* changes * css changes * updated PyPi version to 2.9b24 * Revert "updated PyPi version to 2.9b24" This reverts commit48f678f491
. * Revert "css changes" This reverts commitd31cd525a4
. * Revert "changes" This reverts commitfadcb12ffe
. * reverting * reverting * changes * changs * Revert "changs" This reverts commit49d815f6fe
. * Revert "changes" This reverts commit481d7c21c4
. * changes * format * changes * format * test fix * test fix * test fix * fix tests Co-authored-by: Ali Abid <aliabid94@gmail.com>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "@gradio/form",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
|
"@gradio/utils": "workspace:^0.0.1"
|
|
}
|
|
}
|