Update app.py
Browse files
app.py
CHANGED
|
@@ -118,11 +118,11 @@ index_html = """
|
|
| 118 |
}
|
| 119 |
|
| 120 |
function syncWidth(value) {
|
| 121 |
-
document.getElementById("width").value = value;
|
| 122 |
}
|
| 123 |
|
| 124 |
function syncHeight(value) {
|
| 125 |
-
document.getElementById("height").value = value;
|
| 126 |
}
|
| 127 |
|
| 128 |
function updateWidthInput() {
|
|
|
|
| 118 |
}
|
| 119 |
|
| 120 |
function syncWidth(value) {
|
| 121 |
+
document.getElementById("width-slider").value = value;
|
| 122 |
}
|
| 123 |
|
| 124 |
function syncHeight(value) {
|
| 125 |
+
document.getElementById("height-slider").value = value;
|
| 126 |
}
|
| 127 |
|
| 128 |
function updateWidthInput() {
|