docs: fix website directory in CONTRIBUTING.md (#5810)

This commit is contained in:
Regina Reynolds 2023-10-05 15:58:56 -04:00 committed by GitHub
parent a0d3cc45c6
commit 60a698b9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,9 +74,9 @@ If you're a newcomer to Gradio, we recommend getting familiar with the overall s
- `/gradio/blocks.py`: contains the Python source code for the core `Blocks` class
- `/gradio/components/`: the directory that contains the Python source code for all of the Gradio components.
- `/js`: contains the HTML/JS/CSS source code for the library ([start here for frontend changes](/js/README.md))
- `/js/_website`: contains the code for the Gradio website (www.gradio.app). See the README in the `/js/_website` folder for more details
- `/test`: contains Python unit tests for the library
- `/demo`: contains demos that are used in the documentation, you can find `Gradio` examples over here.
- `/website`: contains the code for the Gradio website (www.gradio.app). See the README in the `/website` folder for more details
## 🚀 Run a Gradio app