Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abreza
/
rerun-viewer
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abreza
commited on
Nov 6, 2024
Commit
fa86d8b
·
1 Parent(s):
a90126e
remove multiline
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -29,7 +29,6 @@ def create_app():
29
label="Select Simulation",
30
choices=[],
31
type="index",
32
-
multiline=True,
33
scale=2
34
)
35
29
label="Select Simulation",
30
choices=[],
31
type="index",
32
scale=2
33
)
34