Skip to content

Commit

Permalink
Update README.md to handle both light and dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
owczr authored Mar 12, 2024
1 parent 27d0b3c commit e3f0747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This repository contains the following directories:
## Usage
This project was created with Azure in mind and therefore the main scripts are meant for usage on Azure.

![usage_img](docs/assets/usage.png)
<picture><source srcset="docs/assets/usage_dark.png" media="(prefers-color-scheme: dark)"/><source srcset="docs/assets/usage_light.png" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"/><img src="docs/assets/usage_light.png" /></picture>

### 1. Preprocessing
1. First step is to download the LIDC-IDRI dataset on Azure Virtual Machine. The `azure/virtual_machine/download_dataset.sh` script is meant for this task.
Expand Down

0 comments on commit e3f0747

Please sign in to comment.