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.73k stars 2.29k forks source link

How to custom footer of gradio app? #8350

Closed Jason-cs18 closed 1 month ago

Jason-cs18 commented 1 month ago

I want to present my custom footer in my gradio app. However, I just found materials about "hide/delete footer. Please give me a simple example (e.g., print "hello world" in footer) to illustrate this process.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

Jason-cs18 commented 1 month ago

@abidlabs

abidlabs commented 1 month ago

Hi @Jason-cs18 that isn't possible at the moment. I don't think we'll implement an API for customizing the text of the footer. You could potentially do something similar by using a gr.HTML or gr.Markdown -- if you have questions about this (that are not feature requests or bug reports), please ask in our Discord server. (I'll close this issue)