File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def __init__(
81
81
run_examples_on_click : bool = True ,
82
82
cache_examples : bool | None = None ,
83
83
cache_mode : Literal ["eager" , "lazy" ] | None = None ,
84
- title : str | None = None ,
84
+ title : str = "Gradio" ,
85
85
description : str | None = None ,
86
86
theme : Theme | str | None = None ,
87
87
css : str | None = None ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def __init__(
107
107
examples_per_page : int = 10 ,
108
108
example_labels : list [str ] | None = None ,
109
109
live : bool = False ,
110
- title : str | None = None ,
110
+ title : str = "Gradio" ,
111
111
description : str | None = None ,
112
112
article : str | None = None ,
113
113
theme : Theme | str | None = None ,
@@ -190,7 +190,7 @@ def __init__(
190
190
super ().__init__ (
191
191
analytics_enabled = analytics_enabled ,
192
192
mode = "interface" ,
193
- title = title or "Gradio" ,
193
+ title = title ,
194
194
theme = theme ,
195
195
css = css ,
196
196
css_paths = css_paths ,
You can’t perform that action at this time.
0 commit comments