Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -361,7 +361,7 @@ custom_css = """
|
|
| 361 |
|
| 362 |
/* Chat container */
|
| 363 |
.chat-container {
|
| 364 |
-
min-height:
|
| 365 |
background-color: rgb(240, 236, 230);
|
| 366 |
}
|
| 367 |
|
|
|
|
| 361 |
|
| 362 |
/* Chat container */
|
| 363 |
.chat-container {
|
| 364 |
+
min-height: 1000px;
|
| 365 |
background-color: rgb(240, 236, 230);
|
| 366 |
}
|
| 367 |
|