Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,6 +213,15 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
| 213 |
border: none; /* Tùy chọn để loại bỏ đường viền */
|
| 214 |
background: none; /* Tùy chọn để loại bỏ nền */
|
| 215 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
"""
|
| 217 |
|
| 218 |
js = """
|
|
|
|
| 213 |
border: none; /* Tùy chọn để loại bỏ đường viền */
|
| 214 |
background: none; /* Tùy chọn để loại bỏ nền */
|
| 215 |
}
|
| 216 |
+
|
| 217 |
+
.example-content svelte-9pi8y1{
|
| 218 |
+
width: calc(var(--size-8) * 5);
|
| 219 |
+
height: calc(var(--size-8) * 5);
|
| 220 |
+
border-radius: var(--radius-lg);
|
| 221 |
+
overflow: hidden;
|
| 222 |
+
position: relative;
|
| 223 |
+
margin-bottom: var(--spacing-lg);
|
| 224 |
+
}
|
| 225 |
"""
|
| 226 |
|
| 227 |
js = """
|