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

modify logo position

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -368,6 +368,15 @@ gradio-app {
368
  border: 1px solid #ddd;
369
  }
370
 
 
 
 
 
 
 
 
 
 
371
  #text-box-style, #btn-style {
372
  width: 90%;
373
  margin: 1% 4%;
@@ -460,7 +469,7 @@ def build_single_model_ui(models):
460
 
461
  notice_markdown = """
462
  <div class="title">
463
- <img src="https://i.postimg.cc/gJzQTQPd/Microsoft-Teams-image-73.png" class="img-logo"><div style="
464
  color: #fff;
465
  ">Large Language Model <p style="
466
  font-size: 0.8rem;
 
368
  border: 1px solid #ddd;
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
+
380
  #text-box-style, #btn-style {
381
  width: 90%;
382
  margin: 1% 4%;
 
469
 
470
  notice_markdown = """
471
  <div class="title">
472
+ <div style="
473
  color: #fff;
474
  ">Large Language Model <p style="
475
  font-size: 0.8rem;