Spaces:
Sleeping
Sleeping
resolved component height
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
110 |
label="Results",
|
111 |
rows=1,
|
112 |
object_fit="contain",
|
113 |
-
height=
|
114 |
columns=1
|
115 |
|
116 |
)
|
@@ -127,7 +127,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
127 |
label="Deep Feature Factorization",
|
128 |
rows=1,
|
129 |
object_fit="contain",
|
130 |
-
height=
|
131 |
columns=1
|
132 |
|
133 |
)
|
|
|
110 |
label="Results",
|
111 |
rows=1,
|
112 |
object_fit="contain",
|
113 |
+
height=400, # Adjust height automatically based on content
|
114 |
columns=1
|
115 |
|
116 |
)
|
|
|
127 |
label="Deep Feature Factorization",
|
128 |
rows=1,
|
129 |
object_fit="contain",
|
130 |
+
height=400, # Adjust height automatically based on content
|
131 |
columns=1
|
132 |
|
133 |
)
|