mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
remove params from blocks signature (#1841)
This commit is contained in:
parent
493cf7c069
commit
c2f2fd6d3c
@ -73,7 +73,7 @@ def override_signature(name, signature):
|
||||
if cls["name"] == name:
|
||||
cls["override_signature"] = signature
|
||||
|
||||
override_signature("Blocks", "with gradio.Blocks(theme, analytics_enabled, mode):")
|
||||
override_signature("Blocks", "with gradio.Blocks():")
|
||||
override_signature("Row", "with gradio.Row():")
|
||||
override_signature("Column", "with gradio.Column():")
|
||||
override_signature("Tabs", "with gradio.Tabs():")
|
||||
|
Loading…
Reference in New Issue
Block a user