ValueFX9507 commited on
Commit
017debb
·
verified ·
1 Parent(s): 09c9451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ CSS = """
25
  min-height: 600px !important; /* 设置最小高度 */
26
  }
27
  #chatbot {
28
- height: calc(100vh - 200px) !important;
29
- min-height: 400px !important;
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