Im trying to deploy my app, but I always seem to have problems importing my libraries, I already added plotly to my requirements.txt file, but it doesnt seem to be working.
Plotly and Plotly-express are two very different libraries. You need to also include plotly
in you requirements.txt
file.
Thanks, my app is now running
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.