mckplus commited on
Commit
7233ebd
1 Parent(s): e87d54d

Update DocuChat.py

Browse files
Files changed (1) hide show
  1. DocuChat.py +13 -0
DocuChat.py CHANGED
@@ -9,6 +9,19 @@ from langchain.vectorstores import Chroma
9
  import panel as pn
10
  from panel.template import VanillaTemplate
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  # Custom CSS to use Lato font
13
  lato_font_style = """
14
  .bk, .bk-root {
 
9
  import panel as pn
10
  from panel.template import VanillaTemplate
11
 
12
+ CSS = """
13
+ #header {
14
+ height: 0;
15
+ padding: 0;
16
+ }
17
+
18
+ .pn-busy-container {
19
+ visibility: hidden;
20
+ }
21
+ """
22
+
23
+ pn.extension(raw_css=[CSS])
24
+
25
  # Custom CSS to use Lato font
26
  lato_font_style = """
27
  .bk, .bk-root {