Spaces:
Sleeping
Sleeping
Update app.py (#10)
Browse files- Update app.py (332fee35ca8f364b37bfd8e987660ef123ba65bd)
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import requests
|
|
| 13 |
|
| 14 |
CSS ="""
|
| 15 |
.contain { display: flex; flex-direction: column; }
|
| 16 |
-
#component-0 { height:
|
| 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 |
|