Spaces:
Runtime error
Runtime error
Commit
·
9043010
1
Parent(s):
2a244ea
removed h-[40vh] css
Browse files
app.py
CHANGED
|
@@ -15,9 +15,7 @@ examples = [["I am excited to announce that I have been promoted"], ["Sorry for
|
|
| 15 |
css = """
|
| 16 |
footer {display:none !important}
|
| 17 |
.output-markdown{display:none !important}
|
| 18 |
-
|
| 19 |
-
height:65vh !important;
|
| 20 |
-
}
|
| 21 |
.gr-button-primary {
|
| 22 |
z-index: 14;
|
| 23 |
height: 43px;
|
|
|
|
| 15 |
css = """
|
| 16 |
footer {display:none !important}
|
| 17 |
.output-markdown{display:none !important}
|
| 18 |
+
|
|
|
|
|
|
|
| 19 |
.gr-button-primary {
|
| 20 |
z-index: 14;
|
| 21 |
height: 43px;
|