koaning commited on
Commit
a2cb3cf
·
1 Parent(s): d3e9851

no more grid layout

Browse files
Files changed (2) hide show
  1. app.py +1 -3
  2. layouts/app.grid.json +7 -2
app.py CHANGED
@@ -16,7 +16,7 @@
16
  import marimo
17
 
18
  __generated_with = "0.11.9"
19
- app = marimo.App(width="medium", layout_file="layouts/app.grid.json")
20
 
21
 
22
  @app.cell
@@ -203,7 +203,6 @@ def _(df_emb, mo, scatter):
203
  @app.cell
204
  def _(mo):
205
  switch = mo.ui.switch(False, label="Use search")
206
- switch
207
  return (switch,)
208
 
209
 
@@ -269,7 +268,6 @@ def _(
269
 
270
  @app.cell
271
  def _(mo):
272
-
273
  with mo.status.spinner(subtitle="Loading libraries ...") as _spinner:
274
  import polars as pl
275
  import altair as alt
 
16
  import marimo
17
 
18
  __generated_with = "0.11.9"
19
+ app = marimo.App()
20
 
21
 
22
  @app.cell
 
203
  @app.cell
204
  def _(mo):
205
  switch = mo.ui.switch(False, label="Use search")
 
206
  return (switch,)
207
 
208
 
 
268
 
269
  @app.cell
270
  def _(mo):
 
271
  with mo.status.spinner(subtitle="Loading libraries ...") as _spinner:
272
  import polars as pl
273
  import altair as alt
layouts/app.grid.json CHANGED
@@ -43,7 +43,12 @@
43
  "position": null
44
  },
45
  {
46
- "position": null
 
 
 
 
 
47
  },
48
  {
49
  "position": null
@@ -54,7 +59,7 @@
54
  {
55
  "position": [
56
  0,
57
- 8,
58
  13,
59
  37
60
  ]
 
43
  "position": null
44
  },
45
  {
46
+ "position": [
47
+ 1,
48
+ 41,
49
+ 6,
50
+ 8
51
+ ]
52
  },
53
  {
54
  "position": null
 
59
  {
60
  "position": [
61
  0,
62
+ 49,
63
  13,
64
  37
65
  ]