Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,6 @@ def load_description(fp):
|
|
254 |
return content
|
255 |
|
256 |
with gr.Blocks(css=css) as Kolors:
|
257 |
-
gr.HTML(load_description("assets/title.md"))
|
258 |
with gr.Row():
|
259 |
with gr.Column(elem_id="col-left"):
|
260 |
with gr.Row():
|
|
|
254 |
return content
|
255 |
|
256 |
with gr.Blocks(css=css) as Kolors:
|
|
|
257 |
with gr.Row():
|
258 |
with gr.Column(elem_id="col-left"):
|
259 |
with gr.Row():
|