Spaces:
Running
on
Zero
Running
on
Zero
add user message
Browse files
app.py
CHANGED
|
@@ -456,6 +456,11 @@ def update_json_from_active(active_selections: list[str]) -> str:
|
|
| 456 |
|
| 457 |
|
| 458 |
def get_default_filter() -> str:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 459 |
return json.dumps({"op": "and", "content": []}, indent=4)
|
| 460 |
|
| 461 |
|
|
|
|
| 456 |
|
| 457 |
|
| 458 |
def get_default_filter() -> str:
|
| 459 |
+
gr.Warning(
|
| 460 |
+
message="GDC Cohort Copilot can make mistakes. Interactively refine your search using the checkboxes.",
|
| 461 |
+
duration=None,
|
| 462 |
+
title="GDC Cohort Copilot Should Be Used Interactively!",
|
| 463 |
+
)
|
| 464 |
return json.dumps({"op": "and", "content": []}, indent=4)
|
| 465 |
|
| 466 |
|