Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ div.no-padding { padding: 0 !important; }
|
|
| 146 |
.responsive-row { flex-direction: column; }
|
| 147 |
.model-message { text-align: start; font-size: 10px !important; }
|
| 148 |
.model-dropdown-container { flex-direction: column; align-items: flex-start; }
|
| 149 |
-
div.block.chatbot { max-height:
|
| 150 |
}
|
| 151 |
@media (max-height: 932px) { .chatbot { max-height: 500px !important; } }
|
| 152 |
@media (max-height: 1280px) { div.block.chatbot { max-height: 800px !important; } }
|
|
|
|
| 146 |
.responsive-row { flex-direction: column; }
|
| 147 |
.model-message { text-align: start; font-size: 10px !important; }
|
| 148 |
.model-dropdown-container { flex-direction: column; align-items: flex-start; }
|
| 149 |
+
div.block.chatbot { max-height: 360px !important; }
|
| 150 |
}
|
| 151 |
@media (max-height: 932px) { .chatbot { max-height: 500px !important; } }
|
| 152 |
@media (max-height: 1280px) { div.block.chatbot { max-height: 800px !important; } }
|