File β/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.pyβ, line 565, in _run_script exec(code, module.dict)File β/app/live/app.pyβ, line 3, in import yfinance as yf
github link: GitHub - het1409/live
You need to install yfinance. See the docs to learn how to install dependencies.
yfinance
You need a requirements.txt file in your repo with the required external libraries.
requirements.txt
I added the requirements.txt file in repo but itβs showing
Typo, look at the names of the packages
Thanks man!!