Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ custom_css = """
|
|
260 |
/* --- THE KEY FIX: Make the chatbot tall and scrollable --- */
|
261 |
#chatbot {
|
262 |
/* Use vh (viewport height) to make the chatbot take up most of the screen */
|
263 |
-
min-height:
|
264 |
background-color: white !important; /* Distinct white background */
|
265 |
border: 1px solid #E5E7EB !important;
|
266 |
border-radius: 12px !important;
|
|
|
260 |
/* --- THE KEY FIX: Make the chatbot tall and scrollable --- */
|
261 |
#chatbot {
|
262 |
/* Use vh (viewport height) to make the chatbot take up most of the screen */
|
263 |
+
min-height: 60vh !important;
|
264 |
background-color: white !important; /* Distinct white background */
|
265 |
border: 1px solid #E5E7EB !important;
|
266 |
border-radius: 12px !important;
|