songs1 commited on
Commit
e202c66
·
1 Parent(s): 1477c63

add user message

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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