Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ css="""
|
|
52 |
}
|
53 |
"""
|
54 |
|
55 |
-
with gr.Blocks(css=css, theme="
|
56 |
|
57 |
with gr.Column(elem_id="col-container"):
|
58 |
gr.Markdown(f"""
|
|
|
52 |
}
|
53 |
"""
|
54 |
|
55 |
+
with gr.Blocks(css=css, theme="HaleyCH/HaleyCH_Theme") as demo:
|
56 |
|
57 |
with gr.Column(elem_id="col-container"):
|
58 |
gr.Markdown(f"""
|