remove: js
Browse files
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() {
|