khang119966 commited on
Commit
06b05f4
1 Parent(s): 48aee7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -192,6 +192,11 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
192
  max-width: 50vw;
193
  }
194
 
 
 
 
 
 
195
  """
196
 
197
 
 
192
  max-width: 50vw;
193
  }
194
 
195
+ .message-wrap.svelte-1lcyrx4 .message.svelte-1lcyrx4 img {
196
+ margin: var(--size-2);
197
+ max-height: 500px;
198
+ }
199
+
200
  """
201
 
202