Extremely buggy streamlit apps

I uploaded an app,

  1. It was working fine on my desktop initially, and was working fine on my mobile if connected to wifi.
  2. It is not opening on my mobile when i am on mobile data.
  3. Now suddenly getting this error

ModuleNotFoundError: No module named ‘langchain.chat_models’

Traceback:

File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
    exec(code, module.__dict__)File "/mount/src/my_resume/app.py", line 7, in <module>
    from langchain.chat_models import ChatOpenAI

I have no idea why it is so complicated using streamlit

Also, if i try to add images from the images folder, I have a file not found error after deploying

Hey @abhijithjainn,

Thanks for sharing your question. Please update your post to include a link to your deployed app and a runnable code snippet so we can try to reproduce this behavior.