khang119966 commited on
Commit
8707a8e
·
verified ·
1 Parent(s): 175120e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -169,6 +169,19 @@ CSS ="""
169
  min-width: min(160px, 100%);
170
  border-width: var(--block-border-width);
171
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  """
173
 
174
 
 
169
  min-width: min(160px, 100%);
170
  border-width: var(--block-border-width);
171
  }
172
+
173
+ .img.svelte-1pijsyv{
174
+ width: 100%;
175
+ object-fit: contain;
176
+ height: 100%;
177
+ }
178
+
179
+ .button.svelte-1lcyrx4{
180
+ user-select: text;
181
+ text-align: left;
182
+ height: 300px;
183
+ }
184
+
185
  """
186
 
187