Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Commit
•
29ad452
1
Parent(s):
3085504
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,12 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
180 |
button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] {
|
181 |
user-select: text;
|
182 |
text-align: left;
|
183 |
-
height:
|
|
|
|
|
|
|
|
|
|
|
184 |
}
|
185 |
|
186 |
"""
|
|
|
180 |
button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] {
|
181 |
user-select: text;
|
182 |
text-align: left;
|
183 |
+
height: 500px;
|
184 |
+
}
|
185 |
+
|
186 |
+
message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 .svelte-1lcyrx4:not(.avatar-container) img {
|
187 |
+
/* border-radius: 13px; */
|
188 |
+
/* max-width: 70vw; */
|
189 |
}
|
190 |
|
191 |
"""
|