Added Move Agent, UI Tweaks
This commit is contained in:
+2
-2
@@ -316,5 +316,5 @@ class Selector:
|
||||
print(colorText(f"🚫 Excluded {len(selected)} row(s).", "yellow"))
|
||||
return [pd.Series(row) for row in items if row not in selected]
|
||||
else:
|
||||
print(colorText("⚠️ Invalid mode. Returning all rows.", "yellow"))
|
||||
return [pd.Series(row) for row in items]
|
||||
print(colorText("⚠️ Invalid mode. Returning no rows.", "yellow"))
|
||||
return []
|
||||
Reference in New Issue
Block a user