Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ def load_description(fp):
|
|
240 |
content = f.read()
|
241 |
return content
|
242 |
|
243 |
-
with gr.Blocks(theme="
|
244 |
with gr.Row():
|
245 |
with gr.Column(elem_id="col-left"):
|
246 |
with gr.Row():
|
|
|
240 |
content = f.read()
|
241 |
return content
|
242 |
|
243 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as Kolors:
|
244 |
with gr.Row():
|
245 |
with gr.Column(elem_id="col-left"):
|
246 |
with gr.Row():
|