Update app.py
Browse files
app.py
CHANGED
|
@@ -337,7 +337,7 @@ def load_from_url(request: gr.Request):
|
|
| 337 |
pass
|
| 338 |
return gr.update(selected="launch_tab"), ""
|
| 339 |
|
| 340 |
-
with gr.Blocks(title="Nucleus Enterprise"
|
| 341 |
with gr.Column():
|
| 342 |
gr.Markdown("# ⚛️ NUCLEUS ENTERPRISE")
|
| 343 |
gr.Markdown("Autonomous LLM Foundry | V5.0 Stable")
|
|
|
|
| 337 |
pass
|
| 338 |
return gr.update(selected="launch_tab"), ""
|
| 339 |
|
| 340 |
+
with gr.Blocks(title="Nucleus Enterprise") as demo:
|
| 341 |
with gr.Column():
|
| 342 |
gr.Markdown("# ⚛️ NUCLEUS ENTERPRISE")
|
| 343 |
gr.Markdown("Autonomous LLM Foundry | V5.0 Stable")
|