yetessam commited on
Commit
f59dbbb
·
verified ·
1 Parent(s): c3b9346

Update ui/contentagentui.py

Browse files
Files changed (1) hide show
  1. ui/contentagentui.py +1 -1
ui/contentagentui.py CHANGED
@@ -65,7 +65,7 @@ class ContentAgentUI:
65
  def _get_example(self):
66
 
67
 
68
- example_root = os.path.join(os.path.dirname(__file__), ".." "examples")
69
  examples = []
70
 
71
  if os.path.exists(example_root):
 
65
  def _get_example(self):
66
 
67
 
68
+ example_root = os.path.join(os.path.dirname(__file__), "..", "examples")
69
  examples = []
70
 
71
  if os.path.exists(example_root):