Spaces:
Sleeping
Sleeping
Commit
·
2a244ea
1
Parent(s):
6aead96
added css to h-[40vh]
Browse files
app.py
CHANGED
@@ -15,6 +15,9 @@ 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 |
.gr-button-primary {
|
19 |
z-index: 14;
|
20 |
height: 43px;
|
|
|
15 |
css = """
|
16 |
footer {display:none !important}
|
17 |
.output-markdown{display:none !important}
|
18 |
+
.h-[40vh]{
|
19 |
+
height:65vh !important;
|
20 |
+
}
|
21 |
.gr-button-primary {
|
22 |
z-index: 14;
|
23 |
height: 43px;
|