Spaces:
Runtime error
Runtime error
Adjust layout
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ css = """
|
|
63 |
footer {visibility: hidden}
|
64 |
a {color: rgb(255, 206, 10) !important}
|
65 |
"""
|
66 |
-
with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="
|
67 |
|
68 |
gr.HTML("<h1>ESG RAG Playground</h1>", elem_id="center")
|
69 |
gr.Markdown("Made by `Abao`", elem_id="center")
|
|
|
63 |
footer {visibility: hidden}
|
64 |
a {color: rgb(255, 206, 10) !important}
|
65 |
"""
|
66 |
+
with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="green", primary_hue="slate")) as demo:
|
67 |
|
68 |
gr.HTML("<h1>ESG RAG Playground</h1>", elem_id="center")
|
69 |
gr.Markdown("Made by `Abao`", elem_id="center")
|