Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -270,17 +270,6 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
| 270 |
position: relative;
|
| 271 |
margin-bottom: var(--spacing-lg);
|
| 272 |
}
|
| 273 |
-
|
| 274 |
-
#think-button {
|
| 275 |
-
font-size: 15px;
|
| 276 |
-
border-radius: 10px; /* Bo tròn góc */
|
| 277 |
-
border: 3px solid #888; /* Viền đậm hơn */
|
| 278 |
-
font-weight: bold; /* Chữ đậm hơn */
|
| 279 |
-
}
|
| 280 |
-
|
| 281 |
-
#think-button {
|
| 282 |
-
top: calc(100% + 10px); /* Hiển thị ngay dưới nút upload, cách 10px */
|
| 283 |
-
}
|
| 284 |
"""
|
| 285 |
|
| 286 |
js = """
|
|
|
|
| 270 |
position: relative;
|
| 271 |
margin-bottom: var(--spacing-lg);
|
| 272 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 273 |
"""
|
| 274 |
|
| 275 |
js = """
|