harshalmore31 commited on
Commit
c8c48de
·
verified ·
1 Parent(s): d58046e

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. swarms/structs/ui/ui.py +3 -0
swarms/structs/ui/ui.py CHANGED
@@ -1287,6 +1287,9 @@ class UI:
1287
  - MixtureOfAgents: Combines multiple agents with an aggregator
1288
  - SpreadSheetSwarm: Specialized for spreadsheet operations
1289
  - Auto: Automatically determines optimal workflow
 
 
 
1290
  """
1291
  )
1292
  return gr.Column()
 
1287
  - MixtureOfAgents: Combines multiple agents with an aggregator
1288
  - SpreadSheetSwarm: Specialized for spreadsheet operations
1289
  - Auto: Automatically determines optimal workflow
1290
+
1291
+ **Note**
1292
+ Spreasheet swarm saves data in csv, will work in local setup !
1293
  """
1294
  )
1295
  return gr.Column()