Update app.py
Browse files
app.py
CHANGED
|
@@ -455,7 +455,8 @@ h1 {
|
|
| 455 |
}
|
| 456 |
"""
|
| 457 |
|
| 458 |
-
with gr.Blocks(title="Nucleus Enterprise",
|
|
|
|
| 459 |
with gr.Column():
|
| 460 |
gr.HTML("""
|
| 461 |
<div class="header-container">
|
|
|
|
| 455 |
}
|
| 456 |
"""
|
| 457 |
|
| 458 |
+
with gr.Blocks(title="Nucleus Enterprise", theme=gr.themes.Base()) as demo:
|
| 459 |
+
gr.HTML(f"<style>{css}</style>")
|
| 460 |
with gr.Column():
|
| 461 |
gr.HTML("""
|
| 462 |
<div class="header-container">
|