Pittawat Taveekitworachai commited on
Commit
1bcf0c0
·
1 Parent(s): 399079f

chore: remove default footer

Browse files
Files changed (1) hide show
  1. demo.py +1 -0
demo.py CHANGED
@@ -159,6 +159,7 @@ demo = gr.ChatInterface(
159
  fill_height=True,
160
  multimodal=True,
161
  theme=theme,
 
162
  )
163
 
164
  demo.queue()
 
159
  fill_height=True,
160
  multimodal=True,
161
  theme=theme,
162
+ css="footer {visibility: hidden}",
163
  )
164
 
165
  demo.queue()