Spaces:
Running
Running
Update app.py
Browse files
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(
|