Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,12 +91,12 @@ demo = gr.Blocks(css="""
|
|
91 |
background-color: skyblue;
|
92 |
justify-content: center;
|
93 |
align-items: center;
|
94 |
-
height:
|
95 |
padding: 20px;
|
96 |
}
|
97 |
|
98 |
.gr-chat {
|
99 |
-
height:
|
100 |
justify-content: center;
|
101 |
align-items: center;
|
102 |
border: 1px solid #ccc;
|
|
|
91 |
background-color: skyblue;
|
92 |
justify-content: center;
|
93 |
align-items: center;
|
94 |
+
height: 90vh;
|
95 |
padding: 20px;
|
96 |
}
|
97 |
|
98 |
.gr-chat {
|
99 |
+
height: 80vh;
|
100 |
justify-content: center;
|
101 |
align-items: center;
|
102 |
border: 1px solid #ccc;
|