mrSpectrum commited on
Commit
f45a3d5
·
verified ·
1 Parent(s): f80715b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 -----