khang119966 commited on
Commit
9d1c4d3
·
verified ·
1 Parent(s): a75702e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -227,6 +227,16 @@ CSS ="""
227
  border-width: var(--block-border-width);
228
  }
229
 
 
 
 
 
 
 
 
 
 
 
230
  /* Đả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 */
231
  button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] img.svelte-1pijsyv {
232
  width: 100%;
@@ -270,8 +280,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
-
275
  """
276
 
277
  js = """
 
227
  border-width: var(--block-border-width);
228
  }
229
 
230
+ #component-12 {
231
+ height: 60dvh;
232
+ border-style: solid;
233
+ overflow: auto;
234
+ flex-grow: 1;
235
+ min-width: min(160px, 100%);
236
+ border-width: var(--block-border-width);
237
+ }
238
+
239
+
240
  /* Đả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 */
241
  button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "] img.svelte-1pijsyv {
242
  width: 100%;
 
280
  position: relative;
281
  margin-bottom: var(--spacing-lg);
282
  }
 
 
283
  """
284
 
285
  js = """