Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ theme = CustomTheme()
|
|
97 |
|
98 |
CSS ="""
|
99 |
.contain { display: flex; flex-direction: column; }
|
100 |
-
.gradio-container { height: 100vh !important; }
|
101 |
#component-0 { height: 100%; }
|
102 |
#textbox { flex-grow: 1; overflow: auto; resize: vertical;}
|
103 |
.secondary {background-color: #6366f1; }
|
|
|
97 |
|
98 |
CSS ="""
|
99 |
.contain { display: flex; flex-direction: column; }
|
100 |
+
.gradio-container { min-height: 100vh !important; }
|
101 |
#component-0 { height: 100%; }
|
102 |
#textbox { flex-grow: 1; overflow: auto; resize: vertical;}
|
103 |
.secondary {background-color: #6366f1; }
|