Spaces:
Running on Zero
Running on Zero
Deploy GitHub e1dd5e52840f242f735c8bc90e2b008488e36094
Browse files- ui/layout.py +1 -1
ui/layout.py
CHANGED
|
@@ -21,7 +21,7 @@ def build_ui(event_handler_function):
|
|
| 21 |
with gr.Blocks(
|
| 22 |
theme=theme,
|
| 23 |
css=APP_CSS,
|
| 24 |
-
title="ImageGen Studio
|
| 25 |
fill_width=True,
|
| 26 |
) as demo:
|
| 27 |
gr.HTML(
|
|
|
|
| 21 |
with gr.Blocks(
|
| 22 |
theme=theme,
|
| 23 |
css=APP_CSS,
|
| 24 |
+
title="ImageGen Studio",
|
| 25 |
fill_width=True,
|
| 26 |
) as demo:
|
| 27 |
gr.HTML(
|