Update app.py
Browse files
app.py
CHANGED
|
@@ -230,7 +230,6 @@ def load_description(fp):
|
|
| 230 |
return content
|
| 231 |
|
| 232 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
| 233 |
-
gr.HTML(load_description("assets/title.md"))
|
| 234 |
with gr.Row():
|
| 235 |
with gr.Column(elem_id="col-left"):
|
| 236 |
with gr.Row():
|
|
|
|
| 230 |
return content
|
| 231 |
|
| 232 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
|
|
|
| 233 |
with gr.Row():
|
| 234 |
with gr.Column(elem_id="col-left"):
|
| 235 |
with gr.Row():
|