MaziyarPanahi commited on
Commit
de7bed9
1 Parent(s): 0d3f069

Update app.py (#15)

Browse files
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
- .container { display: flex; flex-direction: column; height: 500vh; }
16
  #chatbot { flex-grow: 1; }
17
  """
18
 
 
12
  import requests
13
 
14
  CSS ="""
15
+ .container { display: flex; flex-direction: column; height: 500px; }
16
  #chatbot { flex-grow: 1; }
17
  """
18