Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ css = """
|
|
151 |
}
|
152 |
"""
|
153 |
|
154 |
-
with gr.Blocks(css=css) as demo:
|
155 |
with gr.Column(elem_id="col-container"):
|
156 |
gr.Markdown(f"""
|
157 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
|
|
151 |
}
|
152 |
"""
|
153 |
|
154 |
+
with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
155 |
with gr.Column(elem_id="col-container"):
|
156 |
gr.Markdown(f"""
|
157 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|