Spaces:
Build error
Build error
Commit ·
280b9be
1
Parent(s): 0105aac
added css to h-[40vh]
Browse files
app.py
CHANGED
|
@@ -50,6 +50,9 @@ def chatbot(message, history):
|
|
| 50 |
css = """
|
| 51 |
footer {display:none !important}
|
| 52 |
.output-markdown{display:none !important}
|
|
|
|
|
|
|
|
|
|
| 53 |
.gr-button-primary {
|
| 54 |
z-index: 14;
|
| 55 |
height: 43px;
|
|
|
|
| 50 |
css = """
|
| 51 |
footer {display:none !important}
|
| 52 |
.output-markdown{display:none !important}
|
| 53 |
+
.h-[40vh]{
|
| 54 |
+
height:65vh !important;
|
| 55 |
+
}
|
| 56 |
.gr-button-primary {
|
| 57 |
z-index: 14;
|
| 58 |
height: 43px;
|