-
- Downloads
adding callbacks chnaged with buttons
Showing
- app.py 2 additions, 35 deletionsapp.py
- assets/header.css 15 additions, 0 deletionsassets/header.css
- callbacks.py 182 additions, 153 deletionscallbacks.py
- pages/application/application.py 15 additions, 18 deletionspages/application/application.py
- requirements.txt 3 additions, 2 deletionsrequirements.txt
... | ... | @@ -7,7 +7,7 @@ shap==0.40.0 |
anchor-exp==0.0.2.0 | ||
pysmt==0.9.0 | ||
anytree==2.8.0 | ||
dash==2.1.0 | ||
dash==2.4.0 | ||
dash_bootstrap_components==1.0.3 | ||
dash_daq==0.5.0 | ||
dash_interactive_graphviz==0.3.0 | ||
... | ... | @@ -21,4 +21,5 @@ scikit_learn==1.0.2 |
six==1.16.0 | ||
gunicorn==20.1.0 | ||
Werkzeug==2.0.1 | ||
pydot==1.4.2 | ||
\ No newline at end of file | ||
pydot==1.4.2 | ||
Flask-Caching==1.8 | ||
\ No newline at end of file |
Please register or sign in to comment