Add app title, favicon. More natural chat

This commit is contained in:
trducng
2024-01-25 22:40:32 +07:00
parent 513e86f490
commit 757aabca4d
7 changed files with 24 additions and 6 deletions

View File

@@ -2,4 +2,4 @@ from ktem.main import App
app = App()
demo = app.make()
demo.queue().launch()
demo.queue().launch(favicon_path=app._favicon)