Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|