crcdng commited on
Commit
eb6a429
·
1 Parent(s): 9ef49cc
Files changed (1) hide show
  1. Gradio_UI.py +1 -2
Gradio_UI.py CHANGED
@@ -333,7 +333,6 @@ class GradioUI:
333
  ),
334
  resizeable=True,
335
  scale=2,
336
- elem_classes="cyber-glitch-4",
337
  )
338
  # If an upload folder is provided, enable the upload feature
339
  if self.file_upload_folder is not None:
@@ -349,7 +348,7 @@ class GradioUI:
349
  steps_input.change(self.agent_set_steps, steps_input, None)
350
  tools_list = gr.Dropdown(self.agent_get_tools(), interactive=True, label="Tools", info="(display only)")
351
  # tools_list.select(self.agent_get_tools, None, tools_list)
352
- reset = gr.Button(value="Reset Agent")
353
  reset.click(self.agent_reset, None, None)
354
  text_input = gr.Textbox(lines=1, label="Chat Message")
355
  text_input.submit(
 
333
  ),
334
  resizeable=True,
335
  scale=2,
 
336
  )
337
  # If an upload folder is provided, enable the upload feature
338
  if self.file_upload_folder is not None:
 
348
  steps_input.change(self.agent_set_steps, steps_input, None)
349
  tools_list = gr.Dropdown(self.agent_get_tools(), interactive=True, label="Tools", info="(display only)")
350
  # tools_list.select(self.agent_get_tools, None, tools_list)
351
+ reset = gr.Button(value="Reset Agent", elem_classes="cyber-glitch-4",)
352
  reset.click(self.agent_reset, None, None)
353
  text_input = gr.Textbox(lines=1, label="Chat Message")
354
  text_input.submit(