Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ CSS = """
|
|
25 |
min-height: 600px !important; /* 设置最小高度 */
|
26 |
}
|
27 |
#chatbot {
|
28 |
-
height: calc(100vh -
|
29 |
-
min-height:
|
30 |
}
|
31 |
"""
|
32 |
|
|
|
25 |
min-height: 600px !important; /* 设置最小高度 */
|
26 |
}
|
27 |
#chatbot {
|
28 |
+
height: calc(100vh - 400px) !important;
|
29 |
+
min-height: 600px !important;
|
30 |
}
|
31 |
"""
|
32 |
|