Spaces:
Sleeping
Sleeping
Refining layout
Browse filesAdjusted the chat container and chat log height parameters.
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 |
|
|
@@ -488,7 +488,7 @@ with gr.Blocks(css=custom_css, title="EduBot") as demo:
|
|
| 488 |
show_copy_button=True,
|
| 489 |
show_share_button=False,
|
| 490 |
avatar_images=None,
|
| 491 |
-
height=
|
| 492 |
)
|
| 493 |
|
| 494 |
# Input Section
|
|
|
|
| 361 |
|
| 362 |
/* Chat container */
|
| 363 |
.chat-container {
|
| 364 |
+
min-height: 900px;
|
| 365 |
background-color: rgb(240, 236, 230);
|
| 366 |
}
|
| 367 |
|
|
|
|
| 488 |
show_copy_button=True,
|
| 489 |
show_share_button=False,
|
| 490 |
avatar_images=None,
|
| 491 |
+
height=750
|
| 492 |
)
|
| 493 |
|
| 494 |
# Input Section
|