yetessam commited on
Commit
af50e61
·
verified ·
1 Parent(s): acc3c8c

Update ui/contentagentui.py

Browse files
Files changed (1) hide show
  1. ui/contentagentui.py +0 -3
ui/contentagentui.py CHANGED
@@ -4,9 +4,6 @@ import gradio as gr
4
  from checks.status_check import is_endpoint_healthy
5
  from checks.endpoint_utils import wake_endpoint
6
 
7
- from prompts.prompts import _print_defaults_wrapper
8
-
9
-
10
  class ContentAgentUI:
11
  """
12
  Gradio UI that:
 
4
  from checks.status_check import is_endpoint_healthy
5
  from checks.endpoint_utils import wake_endpoint
6
 
 
 
 
7
  class ContentAgentUI:
8
  """
9
  Gradio UI that: