hjawwad456 commited on
Commit
23a3ce4
·
1 Parent(s): f36ef67

remove borders and paddings

Browse files
Files changed (1) hide show
  1. app.py +23 -0
app.py CHANGED
@@ -592,6 +592,29 @@ def create_chat_interface():
592
  bottom: -100px !important;
593
  display: none !important;
594
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
595
  """
596
  js = """
597
  function createIframeHandler() {
 
592
  bottom: -100px !important;
593
  display: none !important;
594
  }
595
+ .html-container {
596
+ display: none !important;
597
+ }
598
+ a {
599
+ text-decoration: none !important;
600
+ }
601
+ #topic {
602
+ color: #7c7c7c !important;
603
+ }
604
+ .bubble-wrap {
605
+ padding-top: 0px !important;
606
+ }
607
+ .message-content {
608
+ border: 0px !important;
609
+ }
610
+ .message-row {
611
+ border-style: none !important;
612
+ margin: 0px !important;
613
+ }
614
+ .flex-wrap {
615
+ border-style: none !important;
616
+ }
617
+
618
  """
619
  js = """
620
  function createIframeHandler() {