gradio/website/homepage
Ali Abdalla f86b6445f8
Fix css issue with spaces logo (#3422)
* override css

* changelog
2023-03-08 15:37:56 -08:00
..
src Fix css issue with spaces logo (#3422) 2023-03-08 15:37:56 -08:00
.dockerignore Fixing Website Reload (#610) 2022-02-15 05:35:08 +04:00
.gitignore Upload all demos to spaces (#2281) 2022-10-14 14:07:26 -07:00
build-version-docs.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
build.py Switch all pages on the website to use latest stable gradio (#3016) 2023-01-18 16:50:05 -08:00
Dockerfile Correctly building frontend in gradio wheel (colab bug) (#2679) 2022-11-19 15:57:45 -08:00
nginx.conf Undo quickstart redirect (#3020) 2023-01-19 05:48:22 -05:00
package-lock.json changes 2022-07-26 23:14:00 -07:00
package.json Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +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 Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
tailwind.config.js Better docs navigation on mobile (#3112) 2023-02-07 12:42:57 -08:00
upload_demos.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01:00
utils.py Dropdown for seeing docs as latest or main (#2544) 2022-11-08 13:02:05 +01: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