Spaces:
Running
Running
Commit
·
71aa4a0
1
Parent(s):
7940679
remove chatbox border
Browse files
app.py
CHANGED
@@ -582,6 +582,7 @@ def create_chat_interface():
|
|
582 |
}
|
583 |
#chatbot_box{
|
584 |
flex-grow: 1 !important;
|
|
|
585 |
}
|
586 |
|
587 |
#link-frame {
|
|
|
582 |
}
|
583 |
#chatbot_box{
|
584 |
flex-grow: 1 !important;
|
585 |
+
border-width: 0px !important;
|
586 |
}
|
587 |
|
588 |
#link-frame {
|