Spaces:
Sleeping
Sleeping
Update ui/contentagentui.py
Browse files- ui/contentagentui.py +1 -1
ui/contentagentui.py
CHANGED
|
@@ -83,7 +83,7 @@ class ContentAgentUI:
|
|
| 83 |
def _create_examples(self):
|
| 84 |
examples = self._get_example()
|
| 85 |
|
| 86 |
-
with self.
|
| 87 |
if examples:
|
| 88 |
example_radio = gr.Radio(choices=examples, label="Try one of these examples:")
|
| 89 |
# fill the prompt when an example is picked
|
|
|
|
| 83 |
def _create_examples(self):
|
| 84 |
examples = self._get_example()
|
| 85 |
|
| 86 |
+
with self.main_panel:
|
| 87 |
if examples:
|
| 88 |
example_radio = gr.Radio(choices=examples, label="Try one of these examples:")
|
| 89 |
# fill the prompt when an example is picked
|