Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -350,6 +350,7 @@ custom_css = """
|
|
| 350 |
padding: 20px;
|
| 351 |
border-bottom: 2px solid rgba(28, 18, 5, 0.1);
|
| 352 |
text-align: left;
|
|
|
|
| 353 |
}
|
| 354 |
|
| 355 |
.title-header h1 {
|
|
@@ -480,7 +481,6 @@ 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 |
-
max-height=80
|
| 484 |
|
| 485 |
# Chat Section
|
| 486 |
with gr.Row(elem_classes=["chat-container"]):
|
|
|
|
| 350 |
padding: 20px;
|
| 351 |
border-bottom: 2px solid rgba(28, 18, 5, 0.1);
|
| 352 |
text-align: left;
|
| 353 |
+
max-height: 80;
|
| 354 |
}
|
| 355 |
|
| 356 |
.title-header h1 {
|
|
|
|
| 481 |
|
| 482 |
# Title Section
|
| 483 |
gr.HTML('<div class="title-header"><h1>🎓 EduBot</h1></div>')
|
|
|
|
| 484 |
|
| 485 |
# Chat Section
|
| 486 |
with gr.Row(elem_classes=["chat-container"]):
|