ysharma HF staff commited on
Commit
5f23616
·
verified ·
1 Parent(s): 5010e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,9 +35,9 @@ title="Testing LLaVA-Llama3-8b with Reka's Vibe-Eval"
35
  description="Evaluate <a href='https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers'>LLaVA-Llama3-8B</a> on <b.REKA Vibe-Evals</b>. Click on a row in the Eval dataset and start chatting about it."
36
 
37
  CSS ="""
38
- .contain { display: flex; flex-direction: column; }
39
- #component-0 { height: 100%; }
40
- #chatbot { flex-grow: 1; }
41
  """
42
 
43
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
 
35
  description="Evaluate <a href='https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers'>LLaVA-Llama3-8B</a> on <b.REKA Vibe-Evals</b>. Click on a row in the Eval dataset and start chatting about it."
36
 
37
  CSS ="""
38
+ .contain { display: flex !important; flex-direction: column !important; }
39
+ #component-0 { height: 100% !important; }
40
+ #chatbot { flex-grow: 1 !important; }
41
  """
42
 
43
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"