Update web_ui.py
Browse files
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.
|
| 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]
|