diff --git a/assets/community.jpeg b/assets/community.jpeg index 1497d40..ed5cdec 100644 Binary files a/assets/community.jpeg and b/assets/community.jpeg differ diff --git a/owl/webapp.py b/owl/webapp.py index c687eaf..25f28ba 100644 --- a/owl/webapp.py +++ b/owl/webapp.py @@ -857,7 +857,7 @@ def create_ui(): logs2, ) - with gr.Blocks(title="Owl",theme=gr.themes.Soft(primary_hue="blue")) as app: + with gr.Blocks(title="OWL", theme=gr.themes.Soft(primary_hue="blue")) as app: gr.Markdown( """ # 🦉 OWL Multi-Agent Collaboration System @@ -1294,7 +1294,7 @@ def main(): app = create_ui() app.queue() - app.launch(share=False,favicon_path="../assets/owl-favicon.ico") + app.launch(share=False, favicon_path="../assets/owl-favicon.ico") except Exception as e: logging.error(f"Error occurred while starting the application: {str(e)}") print(f"Error occurred while starting the application: {str(e)}")