We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 265facf + ecf461c commit df57df6Copy full SHA for df57df6
assets/owl-favicon.ico
15 KB
assets/owl-favicon.png
11.8 KB
owl/webapp.py
@@ -857,7 +857,7 @@ def process_in_background():
857
logs2,
858
)
859
860
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as app:
+ with gr.Blocks(title="Owl",theme=gr.themes.Soft(primary_hue="blue")) as app:
861
gr.Markdown(
862
"""
863
# 🦉 OWL Multi-Agent Collaboration System
@@ -1294,7 +1294,7 @@ def main():
1294
app = create_ui()
1295
1296
app.queue()
1297
- app.launch(share=False)
+ app.launch(share=False,favicon_path="../assets/owl-favicon.ico")
1298
except Exception as e:
1299
logging.error(f"Error occurred while starting the application: {str(e)}")
1300
print(f"Error occurred while starting the application: {str(e)}")
0 commit comments