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