You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside pages/histogram.py if i use "from app import app".I am getting the below error.
ImportError: cannot import name 'app' from partially initialized module 'app' (most likely due to a circular import)
How can get an instance of app of inside pages/ any component?
The text was updated successfully, but these errors were encountered:
Hi @Coding-with-Adam ,
Inside pages/histogram.py if i use "from app import app".I am getting the below error.
ImportError: cannot import name 'app' from partially initialized module 'app' (most likely due to a circular import)
How can get an instance of app of inside pages/ any component?
The text was updated successfully, but these errors were encountered: