diff --git a/README.md b/README.md index fc4cd70..e1156bd 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,15 @@ streamlit run home.py --server.maxUploadSize 100 ### 本地端執行(Windows免安裝) 如本地無法安裝Python,可使用包含Python的打包版本,執行方式如下: -+ 至[Release](https://github.com/Keycatowo/music-analysis/releases)下載`music-analysis-package.zip` -+ 解壓縮後,打開`music-analysis-package`資料夾 -+ 執行`run.bat`,即可開啟網頁 ++ 至[Release](https://github.com/Keycatowo/music-analysis/releases)下載 ++ 解壓縮到任意位置,進入資料夾 ++ 執行`run.bat` ++ 在跳出視窗中輸入`streamlit run home.py`,並按下Enter + 如果沒有自動開啟網頁,請至瀏覽器輸入`http://localhost:8501/` ### 網頁範例 因為執行記憶體限制,網頁範例有限制檔案大小,無法上傳過大的音樂檔案。 + [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://nthu-music-tools.streamlit.app/)