Spaces:
Build error
Build error
Update app.py (#15)
Browse files- Update app.py (be483292a23e4e84ddd491130a34c207a1e8b7a6)
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import spaces
|
|
| 12 |
import requests
|
| 13 |
|
| 14 |
CSS ="""
|
| 15 |
-
.container { display: flex; flex-direction: column; height:
|
| 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 |
|