Spaces:
Sleeping
Sleeping
Update ui/contentagentui.py
Browse files- 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):
|