Skip to content

Commit

Permalink
remove unnecessary requirements and small css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca committed Nov 5, 2024
1 parent 721b3fd commit 091a582
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 293 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/examples/dashboard_ui/assets/custom_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
background-color: inherit;
border: 1px solid var(--border-subtle-alpha-01);
color: var(--text-primary);
min-height: 120px;
min-height: 13.5vh;
padding: 8px;
width: 100%;
}
Expand Down
3 changes: 1 addition & 2 deletions vizro-ai/examples/dashboard_ui/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
gunicorn
vizro-ai>=0.2.1
vizro-ai>=0.3.0
black
jupyter
openpyxl
langchain_anthropic
langchain_mistralai
Loading

0 comments on commit 091a582

Please sign in to comment.