Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jul 12, 2024
1 parent f07a699 commit 6a640b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vale/styles/Microsoft/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ memoization
setosa
versicolor
virginica
Huggingface
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/examples/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The dashboard launches with a home page that offers four other pages:
* Continent summary: Summarizes the main findings for each continent.


You can find the code for each of the charts, for each page of the dashboard on our [huggingface gapminder demo space](https://huggingface.co/spaces/vizro/Main_Demo). The code is available as a [`.py` file](https://huggingface.co/spaces/vizro/Main_Demo/blob/main/app.py).
You can find the code for each of the charts, for each page of the dashboard on our [Huggingface gapminder demo space](https://huggingface.co/spaces/vizro/Main_Demo). The code is available as a [`.py` file](https://huggingface.co/spaces/vizro/Main_Demo/blob/main/app.py).

!!! note

Expand Down
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/user-guides/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ import plotly.io as pio
pio.templates.default = "plotly"
```

Alternatively, enter your desired template into any `plotly.express` chart as `template="plotly"` on a case-by-case basis. Note that we do not recommend the above steps for use in dashboards, as other templates will look out-of-sync with our overall dashboard design.
Or enter your desired template into any `plotly.express` chart as `template="plotly"` on a case-by-case basis. Note that we do not recommend the above steps for use in dashboards, as other templates will look out-of-sync with our overall dashboard design.

0 comments on commit 6a640b6

Please sign in to comment.