Is from dash.dependencies import Event, state are working in the latest version?
Because I can’t import the event module.
Traceback (most recent call last):
File “/home/ragul/Desktop/sql.py”, line 7, in
from dash.dependencies import Input, Output, Event
ImportError: cannot import name ‘Event’