mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
* Add focus event to textbox and number component * add changeset * Combine Blurrable and Focusable into Focusable event * Add focus and blur to Dropdown and Colorpicker components * add focus to home page template * Add Focus to doc * Fix linting error * fixes --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: Ali Abid <aabid94@gmail.com>
Building Gradio Website
Run the following commands in order:
pip install -r requirements.txt
npm install
npm run build --url a
The website will be built in the build/ folder as a static website. To launch, run: cd build && python3 -m http.server