khang119966 commited on
Commit
f8400df
·
verified ·
1 Parent(s): b499fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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 = """