2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-12 12:40:29 +08:00
Ali Abdalla d4272b3fdb
Better navigation and search in docs ()
* expand nav bar to include subclasses and methods

* only show sub-links during the section

* add search

* add hotkeys

* override default shortcuts

* styling

* added x button

* broken style block

* refactoring and fixing errors

* esc key shortcut for exit

* svg file instead of b64

* using @apply
2022-08-04 18:23:20 -07:00
..
2022-02-15 05:35:08 +04:00
2021-12-13 22:02:19 -08:00
2022-07-06 16:22:10 -07:00
2022-07-19 16:13:51 +01:00
2022-05-13 19:48:46 -07:00
2022-07-26 23:14:00 -07:00
2022-07-26 23:14:00 -07:00
2022-07-06 16:22:10 -07:00
2022-07-06 16:22:10 -07:00

Building Gradio Website

Run the following commands in order:

  • pip install -r requirements.txt
  • npm install
  • npm run build (or npm run build-mac on Mac OSX)

The website will be built in the build/ folder as a static website. To launch, run: cd build && python3 -m http.server