Spaces:
Sleeping
Sleeping
Fix parameter error
Browse files
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"):
|