Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def load_description(fp):
|
|
133 |
content = f.read()
|
134 |
return content
|
135 |
|
136 |
-
with gr.Blocks(theme="
|
137 |
with gr.Row():
|
138 |
with gr.Column(elem_id="col-left"):
|
139 |
with gr.Row():
|
|
|
133 |
content = f.read()
|
134 |
return content
|
135 |
|
136 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as Kolors:
|
137 |
with gr.Row():
|
138 |
with gr.Column(elem_id="col-left"):
|
139 |
with gr.Row():
|