Update app.py
Browse files
app.py
CHANGED
|
@@ -345,7 +345,7 @@ def load_from_url(request: gr.Request):
|
|
| 345 |
pass
|
| 346 |
return gr.update(selected="launch_tab"), ""
|
| 347 |
|
| 348 |
-
with gr.Blocks(title="Nucleus Enterprise"
|
| 349 |
with gr.Column():
|
| 350 |
gr.Markdown("# ⚛️ NUCLEUS ENTERPRISE")
|
| 351 |
gr.Markdown("Autonomous LLM Foundry | V5.0 Stable")
|
|
|
|
| 345 |
pass
|
| 346 |
return gr.update(selected="launch_tab"), ""
|
| 347 |
|
| 348 |
+
with gr.Blocks(title="Nucleus Enterprise") as demo:
|
| 349 |
with gr.Column():
|
| 350 |
gr.Markdown("# ⚛️ NUCLEUS ENTERPRISE")
|
| 351 |
gr.Markdown("Autonomous LLM Foundry | V5.0 Stable")
|