Update app.py
Browse files
app.py
CHANGED
@@ -548,7 +548,12 @@ concise_interface = gr.Interface(
|
|
548 |
# --- Combine all into a single app with tabs ---
|
549 |
demo = gr.TabbedInterface(
|
550 |
interface_list=[fetch_interface, websearch_interface, unstructured_interface, concise_interface],
|
551 |
-
tab_names=[
|
|
|
|
|
|
|
|
|
|
|
552 |
title="Web MCP — Fetch & DuckDuckGo search with customizable output modes.",
|
553 |
theme="Nymbo/Nymbo_Theme",
|
554 |
)
|
|
|
548 |
# --- Combine all into a single app with tabs ---
|
549 |
demo = gr.TabbedInterface(
|
550 |
interface_list=[fetch_interface, websearch_interface, unstructured_interface, concise_interface],
|
551 |
+
tab_names=[
|
552 |
+
"Fetch Webpage",
|
553 |
+
"DuckDuckGo Search (Structured)",
|
554 |
+
"DuckDuckGo Search (Raw)",
|
555 |
+
"DuckDuckGo Search (Concise)",
|
556 |
+
],
|
557 |
title="Web MCP — Fetch & DuckDuckGo search with customizable output modes.",
|
558 |
theme="Nymbo/Nymbo_Theme",
|
559 |
)
|