mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
Switching browser tab title "Gradio" -> "Owl" and adding tab favicon (#358)
This commit is contained in:
commit
df57df6880
BIN
assets/owl-favicon.ico
Normal file
BIN
assets/owl-favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/owl-favicon.png
Normal file
BIN
assets/owl-favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@ -857,7 +857,7 @@ def create_ui():
|
||||
logs2,
|
||||
)
|
||||
|
||||
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:
|
||||
gr.Markdown(
|
||||
"""
|
||||
# 🦉 OWL Multi-Agent Collaboration System
|
||||
@ -1294,7 +1294,7 @@ def main():
|
||||
app = create_ui()
|
||||
|
||||
app.queue()
|
||||
app.launch(share=False)
|
||||
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)}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user