ucKaizen commited on
Commit
aa52af1
·
verified ·
1 Parent(s): 683381c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
63
  gr.File(label="Upload CSV", file_types=[".csv"]),
64
  ],
65
  outputs=gr.Image(label="Generated Plot"),
66
- title="CSV Plotter & Code Runner",
67
  description="I am a multi agent system, I write code and run it for you, optionally upload CSV file data for analysis!",
68
  allow_flagging="never",
69
  )
 
63
  gr.File(label="Upload CSV", file_types=[".csv"]),
64
  ],
65
  outputs=gr.Image(label="Generated Plot"),
66
+ title="Multi agent coding example",
67
  description="I am a multi agent system, I write code and run it for you, optionally upload CSV file data for analysis!",
68
  allow_flagging="never",
69
  )