Mollel commited on
Commit
a31d512
·
verified ·
1 Parent(s): 6cb5f6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -302,10 +302,7 @@ def main():
302
 
303
  with open("README.md", "r") as f:
304
  readme = f.read()
305
-
306
- # Debugging: print content to ensure "## Leaderboard" is there
307
- print("README.md content:")
308
- print(readme)
309
 
310
  setup_leaderboard(readme)
311
  setup_benchmarks(readme)
 
302
 
303
  with open("README.md", "r") as f:
304
  readme = f.read()
305
+
 
 
 
306
 
307
  setup_leaderboard(readme)
308
  setup_benchmarks(readme)