terryyz commited on
Commit
3459dd9
1 Parent(s): 8624024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def read_logs():
79
  with open(log_file, "r") as f:
80
  return f.read()
81
 
82
- def run()
83
  with gr.Blocks() as demo:
84
  gr.Markdown("# BigCodeBench Evaluation App")
85
 
 
79
  with open(log_file, "r") as f:
80
  return f.read()
81
 
82
+ def run():
83
  with gr.Blocks() as demo:
84
  gr.Markdown("# BigCodeBench Evaluation App")
85