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
On running python usage.py an exception is thrown as shown:
Traceback (most recent call last):
File "[...]/usage.py", line 10, in <module>
app.run_server(debug=True)
^^^^^^^^^^^^^^
File "[...]/venv/lib/python3.13/site-packages/dash/_obsolete.py", line 22, in __getattr__
raise err.exc(err.message)
dash.exceptions.ObsoleteAttributeException: app.run_server has been replaced by app.run
Describe the issue
On running
python usage.py
an exception is thrown as shown:To reproduce
Install template as per:
Enter relevant directory, install dependencies and run:
Expected behaviour
Dash to run on local server.
Configuration
Additional context
Happy to provide a PR to fix.
The text was updated successfully, but these errors were encountered: