Spaces:
Sleeping
Sleeping
Update ui/layout.py
Browse files- ui/layout.py +3 -3
ui/layout.py
CHANGED
|
@@ -10,13 +10,13 @@ def build_ui(event_handler_function):
|
|
| 10 |
ui_components = {}
|
| 11 |
|
| 12 |
with gr.Blocks() as demo:
|
| 13 |
-
gr.Markdown("
|
| 14 |
gr.Markdown(
|
| 15 |
-
"
|
| 16 |
)
|
| 17 |
ui_components.update(create_imagegen_ui())
|
| 18 |
|
| 19 |
-
gr.Markdown("
|
| 20 |
|
| 21 |
event_handler_function(ui_components, demo)
|
| 22 |
|
|
|
|
| 10 |
ui_components = {}
|
| 11 |
|
| 12 |
with gr.Blocks() as demo:
|
| 13 |
+
gr.Markdown(" ")
|
| 14 |
gr.Markdown(
|
| 15 |
+
" "
|
| 16 |
)
|
| 17 |
ui_components.update(create_imagegen_ui())
|
| 18 |
|
| 19 |
+
gr.Markdown(" ")
|
| 20 |
|
| 21 |
event_handler_function(ui_components, demo)
|
| 22 |
|