Spaces:
Build error
Build error
Update app.py (#14)
Browse files- Update app.py (4d81d07ba97b07f9c7e5b1d19f852e52d3d0c15d)
app.py
CHANGED
|
@@ -13,8 +13,7 @@ import requests
|
|
| 13 |
|
| 14 |
CSS ="""
|
| 15 |
.container { display: flex; flex-direction: column; height: 500vh; }
|
| 16 |
-
#
|
| 17 |
-
#chatbot { flex-grow: 1; height: 500px; }
|
| 18 |
"""
|
| 19 |
|
| 20 |
model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
|
|
|
|
| 13 |
|
| 14 |
CSS ="""
|
| 15 |
.container { display: flex; flex-direction: column; height: 500vh; }
|
| 16 |
+
#chatbot { flex-grow: 1; }
|
|
|
|
| 17 |
"""
|
| 18 |
|
| 19 |
model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
|