gradio/website/homepage
Freddy Boulton 3a6406e5d5
ClearButton browser test (#4749)
* Icon testids

* Simpler test

* Add test

* Demo check

* Add notebook

* Revert demo

* Fix code

* Add non-None callable value

* change

---------

Co-authored-by: pngwn <hello@pngwn.io>
2023-07-04 19:22:25 +01:00
..
src Place components separate files (#4487) 2023-06-14 11:26:10 -04:00
.dockerignore
.gitignore Upload all demos to spaces (#2281) 2022-10-14 14:07:26 -07:00
build-version-docs.py Remove old versioned docs and fix repo classification (#4362) 2023-06-01 18:38:53 -07:00
build.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00
Dockerfile Fix website build issue (#4142) 2023-05-10 18:31:44 +04:00
nginx.conf Undo quickstart redirect (#3020) 2023-01-19 05:48:22 -05:00
package-lock.json chore(deps): update dependency @fullhuman/postcss-purgecss to v5 (#4612) 2023-06-21 19:19:42 +01:00
package.json chore(deps): update dependency @fullhuman/postcss-purgecss to v5 (#4612) 2023-06-21 19:19:42 +01:00
postcss.config.js Website Refactoring and Styling (#1847) 2022-07-27 14:30:15 -04:00
README.md Updated chat ui (#3370) 2023-03-03 18:17:48 -08:00
requirements.txt Adding a Playground Tab to the Website (#1860) 2022-09-15 08:24:10 -07:00
restart_demos.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00
tailwind.config.js Better docs navigation on mobile (#3112) 2023-02-07 12:42:57 -08:00
upload_demos.py ClearButton browser test (#4749) 2023-07-04 19:22:25 +01:00
utils.py Switch linting to Ruff (#3710) 2023-04-03 15:48:18 -07:00

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