yetessam commited on
Commit
0ec9c6c
·
verified ·
1 Parent(s): 75717e1

Update ui/contentagentui.py

Browse files
Files changed (1) hide show
  1. 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.ca_gui:
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