gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.56k stars 2.27k forks source link

Login Form Customization. #8539

Closed umeshKandhalu closed 1 week ago

umeshKandhalu commented 2 weeks ago

I need to customize my Login Page with the Logo above the form. How to do it ?

abidlabs commented 1 week ago

Hi @umeshKandhalu you can use the auth_message parameter in launch() which can take any arbitary HTML and display it on the login page.