audrey06100 commited on
Commit
dde47a0
·
1 Parent(s): 8ebaa15
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -191,6 +191,7 @@ update_js = """
191
  name = item.querySelector(":scope > input").value;
192
  left = channel_info.inputDict[name].css_position[0];
193
  bottom = channel_info.inputDict[name].css_position[1];
 
194
  item.style.left = `${left}`;
195
  item.style.bottom = `${bottom}`;
196
  });
 
191
  name = item.querySelector(":scope > input").value;
192
  left = channel_info.inputDict[name].css_position[0];
193
  bottom = channel_info.inputDict[name].css_position[1];
194
+
195
  item.style.left = `${left}`;
196
  item.style.bottom = `${bottom}`;
197
  });