This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* You need to take care of the compatibility */ | |
/* For firefox ::-moz-range-thumb */ | |
/* For IE ::-ms-thumb */ | |
input[type="range"] { | |
position: absolute; | |
left: 50%; | |
top: 50%; | |
transform: translate(-50%, -50%); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[CORE] | |
core_version = "3.0" | |
[DATA_NODE.initial_dataset] | |
storage_type = "csv" | |
default_path = "data.csv" | |
scope = "SCENARIO:SCOPE" | |
[DATA_NODE.selected_genre_node] | |
storage_type = "pickle" |