get rid of header
Browse files
web_assets/stylesheet/ChuanhuChat.css
CHANGED
@@ -322,6 +322,7 @@ body.popup-open {
|
|
322 |
background: var(--chatbot-blur-background-color);
|
323 |
backdrop-filter: blur(24px);
|
324 |
-webkit-backdrop-filter: blur(24px);
|
|
|
325 |
}
|
326 |
|
327 |
#chatbot-header .gradio-dropdown {
|
|
|
322 |
background: var(--chatbot-blur-background-color);
|
323 |
backdrop-filter: blur(24px);
|
324 |
-webkit-backdrop-filter: blur(24px);
|
325 |
+
visibility: hidden;
|
326 |
}
|
327 |
|
328 |
#chatbot-header .gradio-dropdown {
|