mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
description width fix (#836)
* fix * upgrade Co-authored-by: Ali Abid <aliabid94@gmail.com>
This commit is contained in:
parent
35c035bef3
commit
1a4302ce88
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: gradio
|
Name: gradio
|
||||||
Version: 2.8.11
|
Version: 2.8.12
|
||||||
Summary: Python library for easily interacting with trained machine learning models
|
Summary: Python library for easily interacting with trained machine learning models
|
||||||
Home-page: https://github.com/gradio-app/gradio-UI
|
Home-page: https://github.com/gradio-app/gradio-UI
|
||||||
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
||||||
|
@ -1 +1 @@
|
|||||||
2.8.11
|
2.8.12
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gradio",
|
name="gradio",
|
||||||
version="2.8.11",
|
version="2.8.12",
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
description="Python library for easily interacting with trained machine learning models",
|
description="Python library for easily interacting with trained machine learning models",
|
||||||
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",
|
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
<h1 class="title text-center p-4 text-4xl">{title}</h1>
|
<h1 class="title text-center p-4 text-4xl">{title}</h1>
|
||||||
{/if}
|
{/if}
|
||||||
{#if description}
|
{#if description}
|
||||||
<p class="description prose pb-4">{@html description}</p>
|
<p class="description prose max-w-none pb-4">{@html description}</p>
|
||||||
{/if}
|
{/if}
|
||||||
<Interface
|
<Interface
|
||||||
{input_components}
|
{input_components}
|
||||||
|
Loading…
Reference in New Issue
Block a user