arre99 commited on
Commit
87a229b
·
1 Parent(s): 9020ef6

removed description from tabbed interface

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,8 +65,7 @@ iface2 = gr.Interface(
65
  gradio_server = gr.TabbedInterface(
66
  [iface1, iface2],
67
  tab_names=["Driver Championship Score", "Driver Position"],
68
- title="Formula 1 MCP server",
69
- description="Tools & Resources to query historical and real-time F1 facts and data."
70
  )
71
 
72
  # Launch the interface and MCP server
 
65
  gradio_server = gr.TabbedInterface(
66
  [iface1, iface2],
67
  tab_names=["Driver Championship Score", "Driver Position"],
68
+ title="Formula 1 MCP server"
 
69
  )
70
 
71
  # Launch the interface and MCP server