soiz commited on
Commit
b21484f
·
verified ·
1 Parent(s): 032c863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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() {