Spaces:
Running
Running
Commit
·
7679c88
1
Parent(s):
8a0a25e
Add Iframe css
Browse files
app.py
CHANGED
@@ -492,6 +492,15 @@ def create_chat_interface():
|
|
492 |
#chatbot_box{
|
493 |
flex-grow: 1 !important;
|
494 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
495 |
"""
|
496 |
js = """
|
497 |
function createIframeHandler() {
|
|
|
492 |
#chatbot_box{
|
493 |
flex-grow: 1 !important;
|
494 |
}
|
495 |
+
|
496 |
+
#link-frame {
|
497 |
+
position: absolute !important;
|
498 |
+
width: 1px !important;
|
499 |
+
height: 1px !important;
|
500 |
+
right: -100px !important;
|
501 |
+
bottom: -100px !important;
|
502 |
+
display: none !important;
|
503 |
+
}
|
504 |
"""
|
505 |
js = """
|
506 |
function createIframeHandler() {
|