Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def read_logs():
|
|
87 |
return f.read()
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
-
gr.Markdown("# BigCodeBench
|
91 |
|
92 |
with gr.Row():
|
93 |
jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
|
|
|
87 |
return f.read()
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
+
gr.Markdown("# BigCodeBench Evaluator")
|
91 |
|
92 |
with gr.Row():
|
93 |
jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
|