File "/mount/src/my-porto/app.py", line 58, in <module> st_lottie(lottie_coding, height=400, key="coding") TypeError: 'module' object is not callable

How to fix this error?

Hi @Rizxh

Could you share the code to your app that would allow the community to reproduce the error.

Looking at the error message, it seems that an imported module is not properly imported. Please see the top answer from this StackOverflow post on how to import and use a module.

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.