Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -238,6 +238,19 @@ CSS ="""
|
|
238 |
border-width: var(--block-border-width);
|
239 |
}
|
240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
/* Đảm bảo ảnh bên trong nút hiển thị đúng cách cho các nút có aria-label chỉ định */
|
242 |
button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] img.svelte-1pijsyv {
|
243 |
width: 100%;
|
|
|
238 |
border-width: var(--block-border-width);
|
239 |
}
|
240 |
|
241 |
+
#component-15 {
|
242 |
+
border-style: solid;
|
243 |
+
overflow: hidden;
|
244 |
+
flex-grow: 7;
|
245 |
+
min-width: min(160px, 100%);
|
246 |
+
border-width: var(--block-border-width);
|
247 |
+
height: 100px !important;
|
248 |
+
}
|
249 |
+
|
250 |
+
#think-button {
|
251 |
+
width: 30% !important;
|
252 |
+
}
|
253 |
+
|
254 |
/* Đảm bảo ảnh bên trong nút hiển thị đúng cách cho các nút có aria-label chỉ định */
|
255 |
button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] img.svelte-1pijsyv {
|
256 |
width: 100%;
|