hjawwad456 commited on
Commit
9c65a8a
·
1 Parent(s): 7df95a5

add identation

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -623,9 +623,10 @@ def create_chat_interface():
623
  border-style: none !important;
624
  border-width: 0px !important;
625
  }
626
-
627
- list-style-position: outside;
628
- margin-left: 20px;
 
629
  """
630
  js = """
631
  function createIframeHandler() {
 
623
  border-style: none !important;
624
  border-width: 0px !important;
625
  }
626
+ ol {
627
+ list-style-position: outside;
628
+ margin-left: 20px;
629
+ }
630
  """
631
  js = """
632
  function createIframeHandler() {