Skip to content

Commit

Permalink
docs: fix website directory in CONTRIBUTING.md (#5810)
Browse files Browse the repository at this point in the history
  • Loading branch information
reginareynolds committed Oct 5, 2023
1 parent a0d3cc4 commit 60a698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60a698b

Please sign in to comment.