acecalisto3 commited on
Commit
7307852
·
verified ·
1 Parent(s): d3239e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ examples=[["What are the biggest news stories today?", None, None, None, None, N
361
 
362
  gr.ChatInterface(
363
  fn=run,
364
- title="""Fragmixt\nAgents With Agents,\nSurf With a Purpose""",
365
  examples=examples,
366
  concurrency_limit=20,
367
  with gr.Blocks() as ifacea:
 
361
 
362
  gr.ChatInterface(
363
  fn=run,
364
+ title="""Fragmixt: Autonomous Agents With Agents...Surf With a Purpose!""",
365
  examples=examples,
366
  concurrency_limit=20,
367
  with gr.Blocks() as ifacea: