Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ imdb_interface = gr.Interface(
|
|
52 |
|
53 |
# ----- Combine All Tabs -----
|
54 |
combined_tools = gr.TabbedInterface(
|
55 |
-
[search_bgg, game_details, hot_games, recommend_games, wiki_search, wiki_summary, wiki_page, wiki_random],
|
56 |
-
["Search BGG", "Details", "Hot Games", "Recommend", "Wiki Search", "Wiki Summary", "Wiki Page", "Wiki Random"]
|
57 |
)
|
58 |
|
59 |
# ----- Launch MCP-enabled Gradio Server -----
|
|
|
52 |
|
53 |
# ----- Combine All Tabs -----
|
54 |
combined_tools = gr.TabbedInterface(
|
55 |
+
[search_bgg, game_details, hot_games, recommend_games, wiki_search, wiki_summary, wiki_page, wiki_random, imdb_interface],
|
56 |
+
["Search BGG", "Details", "Hot Games", "Recommend", "Wiki Search", "Wiki Summary", "Wiki Page", "Wiki Random", "IMDb Search"]
|
57 |
)
|
58 |
|
59 |
# ----- Launch MCP-enabled Gradio Server -----
|