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