AhmadMustafa commited on
Commit
c11b68a
·
2 Parent(s): 4dd1c50 ce3df77

remove: js

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -519,6 +519,15 @@ def create_chat_interface():
519
  #chatbot_box{
520
  flex-grow: 1 !important;
521
  }
 
 
 
 
 
 
 
 
 
522
  """
523
  # js = """
524
  # function createIframeHandler() {
 
519
  #chatbot_box{
520
  flex-grow: 1 !important;
521
  }
522
+
523
+ #link-frame {
524
+ position: absolute !important;
525
+ width: 1px !important;
526
+ height: 1px !important;
527
+ right: -100px !important;
528
+ bottom: -100px !important;
529
+ display: none !important;
530
+ }
531
  """
532
  # js = """
533
  # function createIframeHandler() {