TaiMingLu commited on
Commit
0123b5a
·
1 Parent(s): 948cba3

Fix parameter error

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -42,8 +42,7 @@ with gr.Blocks(title="World-in-World: Building a Closed-Loop World Interface to
42
  headers=COLUMNS,
43
  datatype=["str", "str", "str", "str", "str", "number", "number"],
44
  interactive=False,
45
- wrap=True,
46
- height=600
47
  )
48
 
49
  with gr.TabItem("📝 About"):
 
42
  headers=COLUMNS,
43
  datatype=["str", "str", "str", "str", "str", "number", "number"],
44
  interactive=False,
45
+ wrap=True
 
46
  )
47
 
48
  with gr.TabItem("📝 About"):