gradio
gradio copied to clipboard
HTML Output Hyperlink Styling
Is your feature request related to a problem? Please describe. HTML outputs should underscore and style like hyperlinks.
We can style the hyperlinks in the description as well:
Hyperlink example:
Underlining the links by default is a good idea. We also have the same problem in the Markdown/HTML type of the Dataframe column, where links are not underlined by default and one has to write custom css to get the links to appear with underlines. cc @AK391
any updates on this?
Not yet. You can fix this by applying your own css to links via the css
parameter in gr.Interface
or gr.Blocks
Not yet. You can fix this by applying your own css to links via the
css
parameter ingr.Interface
orgr.Blocks
how to do this? any heads up for displaying one of the output as hyperlink
Fixed when theming was overhauled internally.