Yaswanth123 commited on
Commit
69c4ef8
·
verified ·
1 Parent(s): 415bb86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 70vh !important;
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;