Wanswan commited on
Commit
92f3a9b
·
verified ·
1 Parent(s): 9ccbf1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -206,18 +206,18 @@ with gr.Blocks(css="""
206
  color: white !important;
207
  border: none;
208
  border-radius: 24px;
209
- font-size: 20px;
210
- padding: 8px 20px;
211
- height: 48px;
212
- width: 60px;
213
- margin-left: 8px;
214
  cursor: pointer;
215
  }
216
  #chatbox .avatar-container {
217
- width: 64px !important;
218
- height: 64px !important;
219
- min-width: 64px !important;
220
- min-height: 64px !important;
221
  background-size: 100% 100% !important;
222
  background-position: center center !important;
223
  border-radius: 50% !important;
@@ -260,7 +260,7 @@ label.svelte-1to105q {
260
  label="",
261
  avatar_images=["user_avatar.jpg", "humanlike_avatar.png"],
262
  bubble_full_width=False,
263
- height=500,
264
  show_copy_button=False,
265
  type="messages"
266
  )
 
206
  color: white !important;
207
  border: none;
208
  border-radius: 24px;
209
+ font-size: 18px;
210
+ padding: 6px 16px;
211
+ height: 44px;
212
+ width: 52px;
213
+ margin-left: 6px;
214
  cursor: pointer;
215
  }
216
  #chatbox .avatar-container {
217
+ width: 48px !important;
218
+ height: 48px !important;
219
+ min-width: 48px !important;
220
+ min-height: 48px !important;
221
  background-size: 100% 100% !important;
222
  background-position: center center !important;
223
  border-radius: 50% !important;
 
260
  label="",
261
  avatar_images=["user_avatar.jpg", "humanlike_avatar.png"],
262
  bubble_full_width=False,
263
+ height=80,
264
  show_copy_button=False,
265
  type="messages"
266
  )