-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way to change page's tab title and icon #385
Comments
Will implement and include in next release. I thought we already changed tab title to reflect the interface title but apparently not. Will also add favicon= kwarg. |
Thanks for the fast reply @aliabid94 .
|
Hmm I wonder if this is due to the static files not being consistent with the pypi release. @aliabid94 can you comment here? |
Favicon parameter ( In addition, the CONTRIBUTING.md guidelines have been improved for clarity |
Fixed in #440! |
Hi @abidlabs, If we add Thanks |
Hi @yesdeepakmittal yes it should be possible by wrapping the Interface within a with gr.Blocks(title=title) as demo:
gr.Interface(....)
demo.launch() By the way, for general questions like this (that are not feature requests or bug reports), please ask in GitHub Discussions or our Discord. |
It's working thank you! Will surely join Discord. Thanks for your kind information. |
Although you define the
title
for the interface, the page's tab doesn't show that title but instead it showsGradio
. Is there any way for changing this behavior? It is also possible to change the icon showed in the tab to be different?The text was updated successfully, but these errors were encountered: