kz919 commited on
Commit
f3c4c5d
1 Parent(s): cf0be64

Update web_ui.py

Browse files
Files changed (1) hide show
  1. web_ui.py +1 -1
web_ui.py CHANGED
@@ -49,7 +49,7 @@ class WebUI:
49
  'name': agent.name,
50
  'avatar': chatbot_config.get(
51
  'agent.avatar',
52
- os.path.join(os.path.dirname(__file__), 'assets/logo.jpeg'),
53
  ),
54
  'description': agent.description or "I'm a helpful assistant.",
55
  } for agent in self.agent_list]
 
49
  'name': agent.name,
50
  'avatar': chatbot_config.get(
51
  'agent.avatar',
52
+ os.path.join(os.path.dirname(__file__), 'assets/logo.png'),
53
  ),
54
  'description': agent.description or "I'm a helpful assistant.",
55
  } for agent in self.agent_list]