Update app.py
Browse files
app.py
CHANGED
|
@@ -106,14 +106,11 @@ css = """
|
|
| 106 |
body {
|
| 107 |
font-family: 'Inter', sans-serif;
|
| 108 |
}
|
| 109 |
-
css = """
|
| 110 |
#output {
|
| 111 |
height: 500px;
|
| 112 |
overflow: auto;
|
| 113 |
border: 1px solid #ccc;
|
| 114 |
-
}
|
| 115 |
-
"""
|
| 116 |
-
|
| 117 |
|
| 118 |
with gr.Blocks(css=css) as demo:
|
| 119 |
gr.Markdown("<h1>WordLift Product Description Generation - [FREE]</h1>")
|
|
|
|
| 106 |
body {
|
| 107 |
font-family: 'Inter', sans-serif;
|
| 108 |
}
|
|
|
|
| 109 |
#output {
|
| 110 |
height: 500px;
|
| 111 |
overflow: auto;
|
| 112 |
border: 1px solid #ccc;
|
| 113 |
+
}"""
|
|
|
|
|
|
|
| 114 |
|
| 115 |
with gr.Blocks(css=css) as demo:
|
| 116 |
gr.Markdown("<h1>WordLift Product Description Generation - [FREE]</h1>")
|