Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ button {
|
|
286 |
</script>
|
287 |
"""
|
288 |
def app():
|
289 |
-
|
290 |
.gradio-column {
|
291 |
min-height: 100vh; /* Ensure each section takes up at least the full viewport height */
|
292 |
display: flex;
|
|
|
286 |
</script>
|
287 |
"""
|
288 |
def app():
|
289 |
+
with gr.Blocks(css="""
|
290 |
.gradio-column {
|
291 |
min-height: 100vh; /* Ensure each section takes up at least the full viewport height */
|
292 |
display: flex;
|