Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import requests
13
 
14
  CSS ="""
15
  .contain { display: flex; flex-direction: column; }
16
- #component-0 { height: 100%; }
17
  #chatbot { flex-grow: 1; }
18
  """
19
 
 
13
 
14
  CSS ="""
15
  .contain { display: flex; flex-direction: column; }
16
+ #component-0 { height: 500px; }
17
  #chatbot { flex-grow: 1; }
18
  """
19