Nymbo commited on
Commit
1d14ba5
·
verified ·
1 Parent(s): 52b8fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -89,7 +89,7 @@ from Modules.Generate_Image import build_interface as build_image_interface
89
  from Modules.Generate_Video import build_interface as build_video_interface
90
  from Modules.Deep_Research import build_interface as build_research_interface
91
  from Modules.File_System import build_interface as build_fs_interface
92
- from Modules.Shell_Exec import build_interface as build_shell_interface
93
 
94
  # Optional environment flags used to conditionally show API schemas (unchanged behavior)
95
  HF_IMAGE_TOKEN = bool(os.getenv("HF_READ_TOKEN"))
@@ -129,7 +129,7 @@ CSS_STYLES = """
129
  /* Place bold tools list on line 2, normal auth note on line 3 (below title) */
130
  .app-title::before {
131
  grid-row: 2;
132
- content: "Web Fetch | Web Search | Code Interpreter | Memory Manager | Generate Speech | Generate Image | Generate Video | Deep Research | File System | Shell Exec";
133
  display: block;
134
  font-size: 1rem;
135
  font-weight: 700;
@@ -335,7 +335,7 @@ _tab_names = [
335
  "Web Fetch",
336
  "Web Search",
337
  "Code Interpreter",
338
- "Shell Exec",
339
  "File System",
340
  "Memory Manager",
341
  "Generate Speech",
@@ -417,7 +417,7 @@ python app.py</code></pre>
417
  <h3>Tool Notes &amp; Kokoro Voice Legend</h3>
418
  <p>
419
  No authentication required for: <code>Web_Fetch</code>, <code>Web_Search</code>,
420
- <code>Code_Interpreter</code>, <code>Memory_Manager</code>, <code>Generate_Speech</code>, <code>File_System</code>, and <code>Shell_Exec</code>.
421
  </p>
422
  <p><strong>Kokoro voice prefixes</strong></p>
423
  <ul class="info-list" style="display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:6px 16px;">
 
89
  from Modules.Generate_Video import build_interface as build_video_interface
90
  from Modules.Deep_Research import build_interface as build_research_interface
91
  from Modules.File_System import build_interface as build_fs_interface
92
+ from Modules.Shell_Command import build_interface as build_shell_interface
93
 
94
  # Optional environment flags used to conditionally show API schemas (unchanged behavior)
95
  HF_IMAGE_TOKEN = bool(os.getenv("HF_READ_TOKEN"))
 
129
  /* Place bold tools list on line 2, normal auth note on line 3 (below title) */
130
  .app-title::before {
131
  grid-row: 2;
132
+ content: "Web Fetch | Web Search | Code Interpreter | Memory Manager | Generate Speech | Generate Image | Generate Video | Deep Research | File System | Shell Command";
133
  display: block;
134
  font-size: 1rem;
135
  font-weight: 700;
 
335
  "Web Fetch",
336
  "Web Search",
337
  "Code Interpreter",
338
+ "Shell Command",
339
  "File System",
340
  "Memory Manager",
341
  "Generate Speech",
 
417
  <h3>Tool Notes &amp; Kokoro Voice Legend</h3>
418
  <p>
419
  No authentication required for: <code>Web_Fetch</code>, <code>Web_Search</code>,
420
+ <code>Code_Interpreter</code>, <code>Memory_Manager</code>, <code>Generate_Speech</code>, <code>File_System</code>, and <code>Shell_Command</code>.
421
  </p>
422
  <p><strong>Kokoro voice prefixes</strong></p>
423
  <ul class="info-list" style="display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:6px 16px;">