Error in the code when I deployed problems

Hello
I have a problem with my code.In pycharm the code is ok, and I have the module textblob .But when I deployed in streamlit I have this error

File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 542, in _run_script
    exec(code, module.__dict__)File "/mount/src/koluel/pnl.py", line 2, in <module>
    from textblob import TextBlob

in github
my code is here

in streamlit this is my link

https://koluel-gjkbp2qgch7izrrqsjabaw.streamlit.app/

python 3.8

If you’re creating a debugging post, please include the following info:

  1. Share the link to the public app (deployed on Community Cloud).
  2. Share the link to your app’s public GitHub repository (including a requirements file).
  3. Share the full text of the error message (not a screenshot).
  4. Share the Streamlit and Python versions.

Looks like you forgot to install textblob in streamlit cloud.

sorry but I don’t your comment…I have textblob in my code…where I must install textblob… sorry for my questions

It’s explained in the link above. Here is it again.

Goyo
thanks very much for your help.
here my app
https://koluel-ctdprdnbmvfybw8eyzaum9.streamlit.app/