Skip to content

Commit

Permalink
Merge pull request #34 from bis-med-it/howto_gif
Browse files Browse the repository at this point in the history
Howto gif
  • Loading branch information
crileonte committed Oct 13, 2023
2 parents 63d8613 + 99e9dbe commit 7ffab0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added docs_src/_static/draganddrop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_src/_static/url.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs_src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ The app has been successfully tested with Python versions equal or higher to 3.9

The application comes with examples stored in the `/yaml` folder which can be used in two ways:

- by uploading one `.yaml` file in the interface via drag and drop or
- by typing the `DashID` of the dashboard in the URL (i.e. [http://127.0.0.1:5000/eurostat](http://127.0.0.1:5000/eurostat) for the `eurostat_sample.yaml` file which contains `DashID: eurostat`).
- by uploading one `.yaml` file in the interface via drag and drop or<br/>
<img src="_static/draganddrop.gif" style="margin: 20px;"/>
- by typing the `DashID` of the dashboard in the URL (i.e. [http://127.0.0.1:5000/eurostat](http://127.0.0.1:5000/eurostat) for the `eurostat_sample.yaml` file which contains `DashID: eurostat`)<br/>
<img src="_static/url.gif" style="margin: 20px;"/>

The application will scan the existing content in the `yaml` subfolder of the project and load the `.yaml` file containing the requested `DashID`. If none is found, the app will raise a `PreventUpdate`.

0 comments on commit 7ffab0b

Please sign in to comment.