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"