description width fix (#836)

* fix

* upgrade

Co-authored-by: Ali Abid <aliabid94@gmail.com>
This commit is contained in:
aliabid94 2022-03-18 09:14:07 -05:00 committed by GitHub
parent 35c035bef3
commit 1a4302ce88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.8.11
Version: 2.8.12
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq

View File

@ -1 +1 @@
2.8.11
2.8.12

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name="gradio",
version="2.8.11",
version="2.8.12",
include_package_data=True,
description="Python library for easily interacting with trained machine learning models",
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",

View File

@ -62,7 +62,7 @@
<h1 class="title text-center p-4 text-4xl">{title}</h1>
{/if}
{#if description}
<p class="description prose pb-4">{@html description}</p>
<p class="description prose max-w-none pb-4">{@html description}</p>
{/if}
<Interface
{input_components}