Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -480,6 +480,7 @@ with gr.Blocks(css=custom_css, title="EduBot") as demo:
|
|
| 480 |
|
| 481 |
# Title Section
|
| 482 |
gr.HTML('<div class="title-header"><h1>🎓 EduBot</h1></div>')
|
|
|
|
| 483 |
|
| 484 |
# Chat Section
|
| 485 |
with gr.Row(elem_classes=["chat-container"]):
|
|
|
|
| 480 |
|
| 481 |
# Title Section
|
| 482 |
gr.HTML('<div class="title-header"><h1>🎓 EduBot</h1></div>')
|
| 483 |
+
max-height=80
|
| 484 |
|
| 485 |
# Chat Section
|
| 486 |
with gr.Row(elem_classes=["chat-container"]):
|