mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
fix css
This commit is contained in:
parent
7bf3283954
commit
3ce6e63666
@ -117,7 +117,7 @@ class BlockContext(Block):
|
||||
|
||||
def get_template_context(self):
|
||||
return {
|
||||
"css": self.css if self.css is not None else {},
|
||||
"css": self.css,
|
||||
"default_value": self.visible,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user