wenjiao commited on
Commit
fdce37e
1 Parent(s): 24e64bf

modify img

Browse files
Files changed (1) hide show
  1. app.py +10 -5
app.py CHANGED
@@ -369,11 +369,16 @@ gradio-app {
369
  }
370
 
371
  #chatbot::before {
372
- content: url('https://i.postimg.cc/gJzQTQPd/Microsoft-Teams-image-73.png');
373
- position: absolute;
374
- top: 0;
375
- right: 0;
376
- width: 3.3rem;
 
 
 
 
 
377
  }
378
 
379
 
 
369
  }
370
 
371
  #chatbot::before {
372
+ content: "";
373
+ position: absolute;
374
+ top: 0;
375
+ right: 0;
376
+ width: 60px;
377
+ height: 60px;
378
+ background-image: url(https://i.postimg.cc/gJzQTQPd/Microsoft-Teams-image-73.png);
379
+ background-repeat: no-repeat;
380
+ background-position: center center;
381
+ background-size: contain;
382
  }
383
 
384