Spaces:
Runtime error
Runtime error
soeren
commited on
Commit
·
b338f69
1
Parent(s):
c740dcc
revised layout
Browse files- run.py +1 -0
- spotlight-layout.json +1 -1
run.py
CHANGED
@@ -19,6 +19,7 @@ if __name__ == "__main__":
|
|
19 |
view = spotlight.show(
|
20 |
df,
|
21 |
dtype=dtypes,
|
|
|
22 |
port=7860,
|
23 |
host="0.0.0.0",
|
24 |
allow_filebrowsing=False
|
|
|
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
|
spotlight-layout.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"orientation":"vertical","children":[{"kind":"split","weight":
|
|
|
1 |
+
{"orientation":"vertical","children":[{"kind":"split","weight":60,"orientation":"horizontal","children":[{"kind":"tab","weight":60,"children":[{"kind":"widget","name":"Table","type":"table","config":{"tableView":"full","visibleColumns":null,"sorting":null,"orderByRelevance":false}}]},{"kind":"tab","weight":40,"children":[{"kind":"widget","name":"Similarity Map","type":"similaritymap","config":{"placeBy":null,"reductionMethod":null,"colorBy":null,"sizeBy":null,"filter":false,"umapNNeighbors":20,"umapMetric":null,"umapMinDist":0.15,"pcaNormalization":null,"umapMenuLocalGlobalBalance":null,"umapMenuIsAdvanced":false}},{"kind":"widget","name":"Scatter Plot","type":"scatterplot","config":{"xAxisColumn":"label","yAxisColumn":"Probability","colorBy":null,"sizeBy":null,"filter":false}},{"kind":"widget","name":"Histogram","type":"histogram","config":{"columnKey":"Annotated Labels","stackByColumnKey":null,"filter":false}}]}]},{"kind":"tab","weight":40,"children":[{"kind":"widget","name":"Inspector","type":"inspector","config":{"views":null,"visibleColumns":4}}]}]}
|