Freddy Boulton 69f36f9853
Place components separate files (#4487)
* Move files

* Add missing

* Fix tests

* Merge main

* Lint

* Remove literal

* add documentation decorator

* lint

* Remove typing_extensions

* Fix documentation tag

* ClearButton to components

* Add file

* import
2023-06-14 11:26:10 -04:00
..
2022-02-15 05:35:08 +04:00
2022-10-14 14:07:26 -07:00
2023-04-03 15:48:18 -07:00
2023-05-10 18:31:44 +04:00
2023-01-19 05:48:22 -05:00
2022-07-26 23:14:00 -07:00
2023-03-03 18:17:48 -08:00
2023-04-03 17:44:32 -07:00
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