Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -75,11 +75,11 @@ css = """
|
|
75 |
height: 100px; /* Set height to 100px */
|
76 |
}
|
77 |
|
78 |
-
/*
|
79 |
-
.gradio-
|
80 |
-
height:
|
81 |
-
overflow: hidden; /* Hide content overflow if the content is larger */
|
82 |
}
|
|
|
83 |
"""
|
84 |
|
85 |
# Gradio App
|
|
|
75 |
height: 100px; /* Set height to 100px */
|
76 |
}
|
77 |
|
78 |
+
/* Use min-height for accordion stability */
|
79 |
+
.gradio-row {
|
80 |
+
min-height: 500px; /* Prevent layout shift by setting a min-height */
|
|
|
81 |
}
|
82 |
+
|
83 |
"""
|
84 |
|
85 |
# Gradio App
|