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
When executing the cells of the colab notebook associated to the app dash-translate, it fails on the fourth one.
The error shows this:
AttributeError Traceback (most recent call last)
[<ipython-input-5-cfd9ad6e8c13>](https://localhost:8080/#) in <module>()
26 dbc.InputGroup(
27 [
---> 28 dbc.InputGroupAddon(
29 "Source Language", addon_type="prepend"
30 ),
[/usr/local/lib/python3.7/dist-packages/dash_bootstrap_components/__init__.py](https://localhost:8080/#) in __getattr__(self, name)
50 if name in self.deprecated:
51 raise AttributeError(
---> 52 f"{name} was deprecated in dash-bootstrap-components version "
53 f"1.0.0. You are using {__version__}. For more details please "
54 "see the migration guide: "
AttributeError: InputGroupAddon was deprecated in dash-bootstrap-components version 1.0.0. You are using 1.2.1. For more details please see the migration guide: https://dash-bootstrap-components.opensource.faculty.ai/migration-guide/
App name
Dash-Translate
Description of bug
When executing the cells of the colab notebook associated to the app dash-translate, it fails on the fourth one.
The error shows this:
The source code of the notebook is here.
The text was updated successfully, but these errors were encountered: