mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
068132836c
* clean up python style api * allow Box to be styled * changes * update style args and add md doc detailing * cleanup * add deprecation warnings * fix * formatting
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"name": "@gradio/chatbot",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/theme": "workspace:^0.0.1",
|
|
"@gradio/utils": "workspace:^0.0.1"
|
|
}
|
|
}
|