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

Update app.py (#14)

Browse files

- Update app.py (4d81d07ba97b07f9c7e5b1d19f852e52d3d0c15d)

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ 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
  """
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"