From ddc0711613418b1455a2bd9923a97736bd769cff Mon Sep 17 00:00:00 2001 From: HomerusJa Date: Sat, 12 Oct 2024 21:24:42 +0200 Subject: [PATCH] Fix wrong streamlit run commands --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dfbb26..527ca29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 . diff --git a/README.md b/README.md index a1b1723..e293995 100644 --- a/README.md +++ b/README.md @@ -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:**