Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files- 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()
|