Nymbo commited on
Commit
88f05c4
·
verified ·
1 Parent(s): 3a73bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,7 +1,6 @@
1
  from __future__ import annotations
2
 
3
- # Mother app: assemble UI from individual tool modules without changing the user-facing UI.
4
- # Each tool exports a build_interface() function returning a gradio.Interface.
5
 
6
  import json
7
  import os
@@ -415,5 +414,4 @@ with gr.Blocks(title="Nymbo/Tools MCP", theme="Nymbo/Nymbo_Theme", css=CSS_STYLE
415
  gr.TabbedInterface(interface_list=_interfaces, tab_names=_tab_names)
416
 
417
  if __name__ == "__main__":
418
- # Launch with MCP server enabled as before
419
  demo.launch(mcp_server=True)
 
1
  from __future__ import annotations
2
 
3
+ # Project by Nymbo
 
4
 
5
  import json
6
  import os
 
414
  gr.TabbedInterface(interface_list=_interfaces, tab_names=_tab_names)
415
 
416
  if __name__ == "__main__":
 
417
  demo.launch(mcp_server=True)