soeren commited on
Commit
522130a
·
1 Parent(s): b338f69

spotlight layout fix

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -1,5 +1,6 @@
1
  import pickle
2
  from renumics import spotlight
 
3
  import os
4
 
5
  if __name__ == "__main__":
@@ -19,7 +20,7 @@ if __name__ == "__main__":
19
  view = spotlight.show(
20
  df,
21
  dtype=dtypes,
22
- layout="spotlight-layout.json"
23
  port=7860,
24
  host="0.0.0.0",
25
  allow_filebrowsing=False
 
1
  import pickle
2
  from renumics import spotlight
3
+ from spotlight import layout
4
  import os
5
 
6
  if __name__ == "__main__":
 
20
  view = spotlight.show(
21
  df,
22
  dtype=dtypes,
23
+ layout= layout.parse("spotlight-layout.json"),
24
  port=7860,
25
  host="0.0.0.0",
26
  allow_filebrowsing=False