terryyz commited on
Commit
02d3620
1 Parent(s): 45a515a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Evaluation App")
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"])