format fix and update wechat qr code

This commit is contained in:
Wendong
2025-03-21 16:11:45 +08:00
parent df57df6880
commit 2b49a10312
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 291 KiB

View File

@@ -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)}")