Skip to content

Instantly share code, notes, and snippets.

View PrathamKumar14's full-sized avatar
👨‍💻
Debugging

Pratham PrathamKumar14

👨‍💻
Debugging
View GitHub Profile
@PrathamKumar14
PrathamKumar14 / config.toml
Last active December 18, 2023 12:16
Taipy demo
[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"
/* 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%);