Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files- deep_research.py +4 -2
deep_research.py
CHANGED
|
@@ -592,9 +592,10 @@ textarea:not(.chat-input textarea):focus {
|
|
| 592 |
font-size: 1.125rem;
|
| 593 |
}
|
| 594 |
|
| 595 |
-
/* Controls Row -
|
| 596 |
.controls-row {
|
| 597 |
-
display: flex;
|
|
|
|
| 598 |
gap: 0.75rem;
|
| 599 |
margin-top: 0.625rem;
|
| 600 |
align-items: stretch;
|
|
@@ -603,6 +604,7 @@ textarea:not(.chat-input textarea):focus {
|
|
| 603 |
padding: 0;
|
| 604 |
border-radius: 0;
|
| 605 |
border: none;
|
|
|
|
| 606 |
}
|
| 607 |
|
| 608 |
/* Model Dropdown - Inline with other buttons */
|
|
|
|
| 592 |
font-size: 1.125rem;
|
| 593 |
}
|
| 594 |
|
| 595 |
+
/* Controls Row - Prevent wrapping, keep all buttons inline */
|
| 596 |
.controls-row {
|
| 597 |
+
display: flex !important;
|
| 598 |
+
flex-wrap: nowrap !important;
|
| 599 |
gap: 0.75rem;
|
| 600 |
margin-top: 0.625rem;
|
| 601 |
align-items: stretch;
|
|
|
|
| 604 |
padding: 0;
|
| 605 |
border-radius: 0;
|
| 606 |
border: none;
|
| 607 |
+
overflow: visible;
|
| 608 |
}
|
| 609 |
|
| 610 |
/* Model Dropdown - Inline with other buttons */
|