Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hub/spaces-dev-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once the Dev Mode is enabled on your Space, you should see a modal like the foll
The application does not restart automatically when you change the code. For your changes to appear in the Space, you need to use the `Refresh` button that will restart the app.

<div class="alert alert-warning">
If you're using the Streamlit or Gradio SDK, or if your application is Pyhton-based, note that requirements are not installed automatically.
If you're using the Streamlit or Gradio SDK, or if your application is Python-based, note that requirements are not installed automatically.
You will need to manually run `pip install` from VS Code or SSH.
</div>

Expand Down