lvwerra HF Staff commited on
Commit
87e1cdb
·
verified ·
1 Parent(s): d5ad2ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
 
73
  file = gr.File()
74
  response = gr.Markdown("", label="LLM score justification")
75
- html = gr.HTML("")
76
 
77
 
78
  score_options.change(
 
72
 
73
  file = gr.File()
74
  response = gr.Markdown("", label="LLM score justification")
75
+ html = gr.HTML("", height=600)
76
 
77
 
78
  score_options.change(