Skip to content

Commit

Permalink
Fix wrong streamlit run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
HomerusJa committed Oct 12, 2024
1 parent 7f48b43 commit ddc0711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Please adhere to the following code style guidelines:
Run the application:

```bash
streamlit run app.py
streamlit run main.py
```

Access the app in your browser at <http://localhost:8501>.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This application allows users to download YouTube videos or playlists and upload

4. **Run the application:**
```bash
streamlit run app.py
streamlit run main.py
```

5. **Access the Streamlit app:**
Expand Down

0 comments on commit ddc0711

Please sign in to comment.