acecalisto3 commited on
Commit
ce1777c
·
verified ·
1 Parent(s): d7508d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -361,10 +361,10 @@ examples=[["Based on previous interactions, generate an interactive preview of t
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
-
368
  def main():
369
  with gr.Blocks() as iface:
370
  # your code here
 
361
 
362
  gr.ChatInterface(
363
  fn=run,
364
+ title="""Fragmixt || Agents With Agents || Surf With a Purpose""",
365
  examples=examples,
366
  concurrency_limit=20,
367
+ ),
368
  def main():
369
  with gr.Blocks() as iface:
370
  # your code here